Skip to content

Commit

Permalink
try use github token (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand authored Nov 26, 2023
1 parent 1557fb7 commit 0a0f304
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
test_image:
runs-on: ubuntu-22.04
permissions:
packages: write
steps:
- uses: actions/checkout@v4

Expand All @@ -19,7 +21,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PAT_ANDIWAND }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker meta
id: meta
Expand Down

0 comments on commit 0a0f304

Please sign in to comment.