We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d20cd6 commit c00b085Copy full SHA for c00b085
1 file changed
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
registry: ghcr.io
34
username: ${{ github.actor }}
35
- password: ${{ secrets.GH_TOKEN }}
+ password: ${{ secrets.RELEASES_GITHUB_TOKEN }}
36
- name: Install Cosign
37
uses: sigstore/cosign-installer@main
38
#with:
@@ -49,5 +49,5 @@ jobs:
49
version: latest
50
args: release --clean
51
env:
52
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.RELEASES_GITHUB_TOKEN }}
53
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
0 commit comments