Skip to content

Commit c4ae763

Browse files
authored
fix: update GitHub Container Registry token reference in CI workflows (#2)
1 parent ec3994a commit c4ae763

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}
31-
password: ${{ secrets.GHCR_TOKEN }}
31+
password: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Check, Build, Test, Publish
3434
uses: devcontainers/ci@v0.3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}
26-
password: ${{ secrets.GHCR_TOKEN }}
26+
password: ${{ secrets.GITHUB_TOKEN }}
2727

2828
- name: Check, Build, Test, Publish
2929
uses: devcontainers/ci@v0.3

0 commit comments

Comments
 (0)