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 41e57bd commit 66b26d6Copy full SHA for 66b26d6
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
registry: ghcr.io
30
username: ${{ github.actor }}
31
- password: ${{ secrets.GHCR_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Read VERSION file
34
id: version
0 commit comments