Skip to content

Commit 5f20338

Browse files
author
julien
committed
[chore] Replaced github token
1 parent 566d460 commit 5f20338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
2323
sonatype-username: ${{ secrets.SONATYPE_USERNAME }}
2424
sonatype-password: ${{ secrets.SONATYPE_PASSWORD }}
25-
github-token: ${{ secrets.GITHUB_TOKEN }}
25+
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
2626

2727
- name: Upload test reports
2828
if: failure()

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
2929
sonatype-username: ${{ secrets.SONATYPE_USERNAME }}
3030
sonatype-password: ${{ secrets.SONATYPE_PASSWORD }}
31-
github-token: ${{ secrets.GITHUB_TOKEN }}
31+
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
3232

3333
- name: Upload test reports
3434
if: failure()

0 commit comments

Comments
 (0)