Skip to content

Commit

Permalink
chore(release): Grant write access to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Jan 4, 2024
1 parent da86201 commit 608e742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
needs:
- test
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
permissions:
contents: write
uses: jontze/.workflows/.github/workflows/rust_release.yaml@main
secrets: inherit

0 comments on commit 608e742

Please sign in to comment.