From 5109da46d970f9b06c344c7e0c0bf5550b73c974 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Mon, 22 Jul 2024 18:55:42 -0400 Subject: [PATCH] Update Go Release workflow permissions --- .github/workflows/go-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 9ff7474..bbf1b1c 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -1,5 +1,8 @@ name: Go Release +permissions: + contents: write + on: push: tags: