Skip to content

Commit

Permalink
Add permission def for release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adyingdeath committed Dec 23, 2024
1 parent a52edc1 commit 810f94a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Release

# Add permissions configuration at the top level
permissions:
contents: write
discussions: write
pull-requests: write

on:
push:
tags:
Expand Down

0 comments on commit 810f94a

Please sign in to comment.