From 6126c3e59663ed3f578930f4e84b154f4fc8e3af Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Wed, 2 Aug 2023 22:16:46 -0400 Subject: [PATCH] Allow write permissions to the GitHub Action (#7) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00544e5..25fb05e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,7 @@ env: jobs: build_release: + permissions: write-all name: "Build and Release" strategy: matrix: