Skip to content

Commit 8a8ecf4

Browse files
committed
Allow set-env command
1 parent 426243e commit 8a8ecf4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
env:
1515
BUILD_ARGS: ${{ secrets.BUILD_ARGS }}
1616
WORKING_DIRECTORY: ${{ secrets.WORKING_DIRECTORY }}
17+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true # TODO: only needed until act supports the new way
1718

1819
jobs:
1920
build:

.github/workflows/release-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
env:
1313
VERSION: ${{ secrets.VERSION }}
1414
BRANCH_PREFIX: "release/v"
15+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true # TODO: only needed until act supports the new way
1516

1617
jobs:
1718
release:

0 commit comments

Comments
 (0)