Skip to content

Commit a3165bd

Browse files
Update GitHub Actions to use GITHUB_TOKEN
1 parent a88d751 commit a3165bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.repository_owner }}
32-
password: ${{ secrets.GHCR_TOKEN }}
32+
password: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Extract metadata for Docker
3535
id: meta

0 commit comments

Comments
 (0)