Skip to content

Commit 3ccfb09

Browse files
committed
cicd: Moved GRGIT credentials to reusable workflow
1 parent e42cb9d commit 3ccfb09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
version: ${{ github.event.inputs.version }}
2121
tasks: build aggregateTestReports publish gitPublishPush
2222
secrets:
23+
github-user: ${{ secrets.GIT_USER }}
2324
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
2425
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
2526
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY }}
@@ -29,9 +30,6 @@ jobs:
2930
sonatype-username: ${{ secrets.SONATYPE_USERNAME }}
3031
sonatype-password: ${{ secrets.SONATYPE_PASSWORD }}
3132
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
32-
env:
33-
GRGIT_USER: ${{ secrets.GIT_USER }}
34-
GRGIT_PASS: ${{ secrets.GIT_ACCESS_TOKEN }}
3533

3634
docker:
3735
name: 'Docker'

0 commit comments

Comments
 (0)