Enable read permissions on published packages

This commit is contained in:
Zach Gollwitzer
2024-05-07 07:39:14 -04:00
parent 16e5ffaed8
commit 62b7ada5e2

View File

@@ -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