Skip to content

Commit

Permalink
fix: Fixed publish pipeline permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Jan 12, 2024
1 parent 028bff4 commit ce054f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish

permissions:
contents: write

on:
release:
types: [published]
Expand Down

0 comments on commit ce054f2

Please sign in to comment.