Skip to content

Commit

Permalink
move publish permissions (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler authored Jan 11, 2024
1 parent f8572cf commit 35798ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ on:
required: false
default: false

permissions:
contents: write

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
# checkout the repo
- uses: actions/checkout@v3
Expand Down

0 comments on commit 35798ea

Please sign in to comment.