Skip to content

Commit

Permalink
Merge pull request #3744 from swagger-api/allow-set-env
Browse files Browse the repository at this point in the history
automation - allow set-env and add-path
  • Loading branch information
frantuma committed Dec 4, 2020
2 parents 9eec96d + bdec4a3 commit 378f4f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Expand Up @@ -57,6 +57,7 @@ jobs:
title: 'prepare release ${{ env.SC_VERSION }}'
branch: prepare-release-${{ env.SC_VERSION }}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -144,6 +144,7 @@ jobs:
fetch-depth: 0

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 378f4f1

Please sign in to comment.