Skip to content

Commit

Permalink
gives write contents permission to the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0SH1M4S73R committed Aug 10, 2024
1 parent fb81fc6 commit 5d6a846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
runs-on: ubuntu-20.04
needs: ["build-windows", "build-linux"]
if: ${{ inputs.release && inputs.release != 'No Release' }}
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Download Artifacts
Expand Down

0 comments on commit 5d6a846

Please sign in to comment.