Skip to content

Commit

Permalink
Fix gradle-publish.yml environmental variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
stelitop committed Aug 25, 2024
1 parent 9eb63fc commit 0c2746a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
- name: Publish package
run: ./gradlew library:publish
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GHP_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0c2746a

Please sign in to comment.