Skip to content

Commit 3e22b87

Browse files
authored
Update ci-cd.yml
1 parent ea2ea23 commit 3e22b87

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
permissions:
1313
contents: read
14+
packages: write
1415

1516
jobs:
1617
publish:
@@ -35,8 +36,8 @@ jobs:
3536
uses: docker/login-action@v1
3637
with:
3738
registry: ghcr.io
38-
username: ${{ secrets.GH_USER }}
39-
password: ${{ secrets.GH_DEPLOY_TOKEN }}
39+
username: ${{ github.actor }}
40+
password: ${{ secrets.GITHUB_TOKEN }}
4041

4142
- name: Set up QEMU
4243
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)