Skip to content

Commit

Permalink
cicd: Added grgit credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jun 21, 2023
1 parent bc02d4c commit e42cb9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
sonatype-username: ${{ secrets.SONATYPE_USERNAME }}
sonatype-password: ${{ secrets.SONATYPE_PASSWORD }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
env:
GRGIT_USER: ${{ secrets.GIT_USER }}
GRGIT_PASS: ${{ secrets.GIT_ACCESS_TOKEN }}

docker:
name: 'Docker'
Expand Down

0 comments on commit e42cb9d

Please sign in to comment.