Skip to content

Commit

Permalink
Fix permissions in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Apr 22, 2024
1 parent 49650c5 commit 476a4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Bump Rust crate version
Expand Down

0 comments on commit 476a4ce

Please sign in to comment.