Skip to content

Commit

Permalink
allow unsecure nodejs version for centos
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jul 18, 2024
1 parent 2d9adcb commit 72dd69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:
IS_RELEASE: ${{ github.event_name == 'workflow_dispatch' }}
IS_PUSH: ${{ github.event_name == 'push' }}
REF: ${{ inputs.target_branch =='' && github.ref_name || inputs.target_branch}}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:

Expand Down

0 comments on commit 72dd69a

Please sign in to comment.