We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426243e commit 8a8ecf4Copy full SHA for 8a8ecf4
.github/workflows/build-pipeline.yml
@@ -14,6 +14,7 @@ on:
14
env:
15
BUILD_ARGS: ${{ secrets.BUILD_ARGS }}
16
WORKING_DIRECTORY: ${{ secrets.WORKING_DIRECTORY }}
17
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true # TODO: only needed until act supports the new way
18
19
jobs:
20
build:
.github/workflows/release-pipeline.yml
@@ -12,6 +12,7 @@ on:
12
13
VERSION: ${{ secrets.VERSION }}
BRANCH_PREFIX: "release/v"
release:
0 commit comments