Skip to content

Commit

Permalink
Enable read permissions on published packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgoll committed May 7, 2024
1 parent 16e5ffa commit 62b7ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ jobs:
build:
name: Build docker image
runs-on: ubuntu-latest
needs: [test]
needs: [ test ]
permissions:
contents: read
packages: write
steps:
- name: Check out the repo
Expand Down

0 comments on commit 62b7ada

Please sign in to comment.