From 608e7429da0e4db4c549b8e58614daaaa73a5bad Mon Sep 17 00:00:00 2001 From: jontze <42588836+jontze@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:33:54 +0100 Subject: [PATCH] chore(release): Grant write access to workflow --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f4675b..b459f4b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,5 +25,7 @@ jobs: needs: - test if: github.ref == 'refs/heads/main' && github.event_name == 'push' + permissions: + contents: write uses: jontze/.workflows/.github/workflows/rust_release.yaml@main secrets: inherit