Skip to content

Commit c00b085

Browse files
authored
Update release.yml
1 parent 4d20cd6 commit c00b085

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}
35-
password: ${{ secrets.GH_TOKEN }}
35+
password: ${{ secrets.RELEASES_GITHUB_TOKEN }}
3636
- name: Install Cosign
3737
uses: sigstore/cosign-installer@main
3838
#with:
@@ -49,5 +49,5 @@ jobs:
4949
version: latest
5050
args: release --clean
5151
env:
52-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
52+
GITHUB_TOKEN: ${{ secrets.RELEASES_GITHUB_TOKEN }}
5353
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

0 commit comments

Comments
 (0)