From 8e8caa498dad7107c649c472fe601337a7c9ad68 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:49:00 +0000 Subject: [PATCH] set permissions --- .github/workflows/ci-release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index c411544..406d114 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -65,6 +65,9 @@ jobs: needs: build runs-on: ubuntu-latest #if: startsWith(github.ref, 'refs/tags/release-test') + permissions: + action: read + content: read steps: - name: Sign and download artifact @@ -86,5 +89,5 @@ jobs: id: upload-artifact uses: actions/upload-artifact@v4 with: - name: Bloxstrap (Signed Release) (${{ github.sha }}) - path: Bloxstrap-Signed.exe + name: Bloxstrap (Signed Release) (${{ github.sha }}) + path: Bloxstrap-Signed.exe