From 8897ae342807812888892bdaf22c495c5ed75249 Mon Sep 17 00:00:00 2001 From: Maximilian Berger Date: Tue, 24 Sep 2024 01:28:04 +0200 Subject: [PATCH] gh-actions: add more permissions to create a release --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a5b3cd9..353bed4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -53,6 +53,8 @@ jobs: release: needs: build runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v3 - name: Download artifacts