We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42cb9d commit 3ccfb09Copy full SHA for 3ccfb09
.github/workflows/release.yml
@@ -20,6 +20,7 @@ jobs:
20
version: ${{ github.event.inputs.version }}
21
tasks: build aggregateTestReports publish gitPublishPush
22
secrets:
23
+ github-user: ${{ secrets.GIT_USER }}
24
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
25
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
26
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY }}
@@ -29,9 +30,6 @@ jobs:
29
30
sonatype-username: ${{ secrets.SONATYPE_USERNAME }}
31
sonatype-password: ${{ secrets.SONATYPE_PASSWORD }}
32
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
- env:
33
- GRGIT_USER: ${{ secrets.GIT_USER }}
34
- GRGIT_PASS: ${{ secrets.GIT_ACCESS_TOKEN }}
35
36
docker:
37
name: 'Docker'
0 commit comments