mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix unsecure command usage in GH Action
This commit is contained in:
parent
8ebcee32c2
commit
088419b38e
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -27,7 +27,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user