From b2feb8d249439cd0bd59cd68f33efcbd835f03d3 Mon Sep 17 00:00:00 2001 From: Maximus7474 Date: Sun, 27 Oct 2024 00:56:54 +0200 Subject: [PATCH] ci: test release permissions --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02fede7..48e745a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,9 @@ jobs: name: Build and Create Tagged release runs-on: ubuntu-latest + permissions: + contents: write + steps: - name: Install archive tools run: sudo apt install zip @@ -51,6 +54,8 @@ jobs: pnpm version ${{ github.ref_name }} --git-tag-version false - name: Update repository + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git add . git commit -am '${{ github.ref_name }}'