Skip to content

Commit

Permalink
add content write perms to deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
UtaUtaUtau authored Jul 23, 2024
2 parents f428e1b + 72c42fd commit 0f13af3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
path: target/release/straycat-rs.exe

deploy:
permissions:
contents: write

runs-on: ubuntu-latest
needs: build-straycat

steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 0f13af3

Please sign in to comment.