Skip to content

Commit

Permalink
[brief] Fixes the permissions on the publish workflow.
Browse files Browse the repository at this point in the history
[detailed]
  • Loading branch information
marovira committed Jun 20, 2024
1 parent f16608f commit 815f73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

permissions:
contents: read
contents: write

jobs:
publish:
Expand Down

0 comments on commit 815f73f

Please sign in to comment.