Skip to content

Commit

Permalink
give release permissions to publish workflow (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler authored Jan 11, 2024
1 parent 4c4f64b commit 249f99a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# checkout the repo
- uses: actions/checkout@v3
Expand Down

0 comments on commit 249f99a

Please sign in to comment.