From 147a8b9cf5819c57201afc0af28c14829b6ffacb Mon Sep 17 00:00:00 2001 From: Tricia Bogen Date: Tue, 23 Jul 2024 23:01:19 -0700 Subject: [PATCH] add contents: write to release action --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 563467a..a4a2048 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,6 +32,8 @@ jobs: name: Release runs-on: ubuntu-latest needs: build + permissions: + contents: write steps: - id: create_release name: Release