Skip to content

Commit

Permalink
give write permissions on packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Nov 12, 2023
1 parent 3ea0a31 commit 6f06767
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
steps:
- name: Install dependencies
Expand Down

0 comments on commit 6f06767

Please sign in to comment.