Skip to content

Commit

Permalink
set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bluepilledgreat committed Dec 30, 2024
1 parent 2c6a3e9 commit 8e8caa4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8e8caa4

Please sign in to comment.