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 566d460 commit 5f20338Copy full SHA for 5f20338
.github/workflows/early-access.yml
@@ -22,7 +22,7 @@ jobs:
22
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
23
sonatype-username: ${{ secrets.SONATYPE_USERNAME }}
24
sonatype-password: ${{ secrets.SONATYPE_PASSWORD }}
25
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
26
27
- name: Upload test reports
28
if: failure()
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
29
30
31
32
33
34
0 commit comments