Skip to content

Commit

Permalink
ci: add permissions
Browse files Browse the repository at this point in the history
See #139
  • Loading branch information
coderbyheart committed Jun 10, 2024
1 parent 402d76a commit b5e9773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/attach_release_assets.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Workflow that attaches additional assets to github release.
name: Attach Release Assets

permissions:
contents: write

on:
release:
types: [created]
Expand Down

0 comments on commit b5e9773

Please sign in to comment.