Skip to content

Commit 0a0f304

Browse files
authored
try use github token (#337)
1 parent 1557fb7 commit 0a0f304

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
test_image:
1111
runs-on: ubuntu-22.04
12+
permissions:
13+
packages: write
1214
steps:
1315
- uses: actions/checkout@v4
1416

@@ -19,7 +21,7 @@ jobs:
1921
with:
2022
registry: ghcr.io
2123
username: ${{ github.actor }}
22-
password: ${{ secrets.PAT_ANDIWAND }}
24+
password: ${{ secrets.GITHUB_TOKEN }}
2325

2426
- name: Docker meta
2527
id: meta

0 commit comments

Comments
 (0)