From e43ab80f461b7a739891adace083254eff4e63e0 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Mon, 9 Sep 2024 10:41:23 -0600 Subject: [PATCH] Add write permissions to publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4da51bc..336a918 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: - uses: actions/checkout@v4