Skip to content

Commit

Permalink
Add env variables for perf deploy (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Aug 30, 2023
1 parent 0e90c55 commit c5f1fcf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/performance-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
if: ${{ startsWith(github.event.release.tag_name, 'performance-') }}

env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_signingKey }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_signingPassword }}

strategy:
matrix:
Expand Down

0 comments on commit c5f1fcf

Please sign in to comment.