Skip to content

Commit

Permalink
ci: give packages/write permission to build container image action
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace authored Sep 21, 2024
1 parent a870f7d commit f93587c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository_owner == 'gbdev'
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit f93587c

Please sign in to comment.