Skip to content

Commit

Permalink
SKALE-4168 Add ACTIONS_ALLOW_UNSECURE_COMMANDS
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroNazarenko committed May 12, 2021
1 parent d22f9e3 commit ce50b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -23,7 +25,6 @@ jobs:
run: |
export BRANCH=${GITHUB_REF##*/}
export VERSION=$(bash ./scripts/calculate_version.sh)
export ACTIONS_ALLOW_UNSECURE_COMMANDS=true
echo "::set-env name=VERSION::$VERSION"
echo "::set-env name=BRANCH::$BRANCH"
echo "Version $VERSION"
Expand Down

0 comments on commit ce50b8f

Please sign in to comment.