Set ACTIONS_ALLOW_UNSECURE_COMMANDS in GH Action

This commit is contained in:
Nick O'Leary 2020-11-17 22:09:17 +00:00
parent e0b797fc7e
commit 98b639540b
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 3 additions and 0 deletions

View File

@ -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: