Skip to content

Commit 24dea4a

Browse files
committed
Fix workflow variable name
1 parent dc1bcbf commit 24dea4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cache: maven
5959
- name: Deploy to GitHub Maven Packages
6060
env:
61-
GITHUB_TOKEN: ${{ github.token }}
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
run: mvn -B clean -Pdeploy-github deploy
6363

6464

0 commit comments

Comments
 (0)