Skip to content

Commit 89f481c

Browse files
committed
Fix passed env vars for Maven publishing
1 parent c568c69 commit 89f481c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ jobs:
4949
- name: Deploy Maven artifacts to GitHub Packages
5050
run: ./gradlew :shared:publish :server:publish
5151
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
GPR_USERNAME: ${{ github.actor }}
53+
GPR_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)