Skip to content

Commit

Permalink
dev: give write permissions to publish GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Dec 14, 2023
1 parent 50bdfcf commit fdc5c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ on:

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

0 comments on commit fdc5c5e

Please sign in to comment.