We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c568c69 commit 89f481cCopy full SHA for 89f481c
.github/workflows/deploy.yml
@@ -49,4 +49,5 @@ jobs:
49
- name: Deploy Maven artifacts to GitHub Packages
50
run: ./gradlew :shared:publish :server:publish
51
env:
52
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GPR_USERNAME: ${{ github.actor }}
53
+ GPR_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
0 commit comments