Skip to content

Commit e42cb9d

Browse files
committed
cicd: Added grgit credentials
1 parent bc02d4c commit e42cb9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
sonatype-username: ${{ secrets.SONATYPE_USERNAME }}
3030
sonatype-password: ${{ secrets.SONATYPE_PASSWORD }}
3131
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
32+
env:
33+
GRGIT_USER: ${{ secrets.GIT_USER }}
34+
GRGIT_PASS: ${{ secrets.GIT_ACCESS_TOKEN }}
3235

3336
docker:
3437
name: 'Docker'

0 commit comments

Comments
 (0)