Skip to content

Commit

Permalink
Add API key secret to env in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Jun 26, 2023
1 parent 6804035 commit 93017ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: build
STADIA_API_KEY: ${{ secrets.STADIA_API_KEY }}

# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
Expand Down

0 comments on commit 93017ca

Please sign in to comment.