Skip to content

Commit

Permalink
use permissions.packages.write
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 9, 2024
1 parent c11b834 commit 933c78a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
containers:
needs: config
runs-on: ubuntu-latest
permissions:
packages: write
strategy:
fail-fast: true
matrix: ${{fromJson(needs.config.outputs.matrix)}}
Expand Down Expand Up @@ -43,7 +45,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare
id: prep
run: |
Expand Down

0 comments on commit 933c78a

Please sign in to comment.