Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Fixing reference to envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares committed May 26, 2020
1 parent e633eb5 commit b8fe2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
API_SECRET: ${{ secrets.GRADLE_PLUGINS_PORTAL_API_SECRET }}
run: |
./gradlew clean publishPlugins --stacktrace \
-Pgradle.publish.key=API_KEY \
-Pgradle.publish.secret=API_SECRET
-Pgradle.publish.key=$API_KEY \
-Pgradle.publish.secret=$API_SECRET

0 comments on commit b8fe2b8

Please sign in to comment.