Skip to content

Commit 706db62

Browse files
committed
ci: use GITHUB_TOKEN for authenticating against ghcr.io
Signed-off-by: Matthew Penner <me@matthewp.io>
1 parent caab056 commit 706db62

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
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
registry: ghcr.io
5151
username: ${{ github.repository_owner }}
52-
password: ${{ secrets.REGISTRY_TOKEN }}
52+
password: ${{ secrets.GITHUB_TOKEN }}
5353

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

0 commit comments

Comments
 (0)