From 2d7109a43fcf489adf9dac31a037c7c921637020 Mon Sep 17 00:00:00 2001 From: Brent Westbrook Date: Sat, 20 Jul 2024 15:54:19 -0400 Subject: [PATCH] give release workflow write permission --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc17b9b..92070e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,9 @@ # https://github.com/softprops/rust-bin-test/blob/master/.github/workflows/main.yml name: release +permissions: + contents: write + on: push: tags: