Skip to content

Commit dc1bcbf

Browse files
committed
Authenticate workflow for deployment
1 parent e3ac8b1 commit dc1bcbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
distribution: 'temurin'
5858
cache: maven
5959
- name: Deploy to GitHub Maven Packages
60+
env:
61+
GITHUB_TOKEN: ${{ github.token }}
6062
run: mvn -B clean -Pdeploy-github deploy
6163

6264

0 commit comments

Comments
 (0)