Skip to content

Commit

Permalink
write/read perms
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Mar 29, 2024
1 parent 763c169 commit dd976e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:

cli_docker:
runs-on: ubuntu-latest
# permissions: ## needed to publish images to ghcr.io
# contents: read
# packages: write
permissions: ## needed to publish images to ghcr.io
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
Expand Down

0 comments on commit dd976e0

Please sign in to comment.