Skip to content

Commit

Permalink
Add write permission to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Logiase committed Dec 15, 2024
1 parent eb1b493 commit 4236976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: cargo run --release -- crate svds transforms output
- name: Push nightly
working-directory: ./output
permission:
contents: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 4236976

Please sign in to comment.