From 62b7ada5e25a754ad6d6b9cac2dbb97176de05c2 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Tue, 7 May 2024 07:39:14 -0400 Subject: [PATCH] Enable read permissions on published packages --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c9c2d5a6..3a1c375d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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