Skip to content

Commit 15e9e13

Browse files
committed
ci: use GITHUB_TOKEN for authenticating against ghcr.io
Signed-off-by: Matthew Penner <[email protected]>
1 parent 75b5908 commit 15e9e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
registry: ghcr.io
4848
username: ${{ github.repository_owner }}
49-
password: ${{ secrets.REGISTRY_TOKEN }}
49+
password: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: Update version
5252
if: "github.event_name == 'release' && github.event.action == 'published'"

0 commit comments

Comments
 (0)