Skip to content

Commit 378f4f1

Browse files
authored
Merge pull request #3744 from swagger-api/allow-set-env
automation - allow set-env and add-path
2 parents 9eec96d + bdec4a3 commit 378f4f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
title: 'prepare release ${{ env.SC_VERSION }}'
5858
branch: prepare-release-${{ env.SC_VERSION }}
5959
env:
60+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
6061
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
6162
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
6263
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
fetch-depth: 0
145145

146146
env:
147+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
147148
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
148149
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
149150
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)