Skip to content

Commit

Permalink
Set ACTIONS_ALLOW_UNSECURE_COMMANDS in GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Nov 17, 2020
1 parent e0b797f commit 98b6395
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
node-version: '12'
- run: node ./node-red/.github/scripts/update-node-red-docker.js
with:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: Create Docker Pull Request
uses: peter-evans/create-pull-request@v2
with:
Expand Down

0 comments on commit 98b6395

Please sign in to comment.