Skip to content

Commit

Permalink
Fix passed env vars for Maven publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Apr 13, 2023
1 parent c568c69 commit 89f481c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
- name: Deploy Maven artifacts to GitHub Packages
run: ./gradlew :shared:publish :server:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPR_USERNAME: ${{ github.actor }}
GPR_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 89f481c

Please sign in to comment.