Skip to content

Commit

Permalink
Restrict permissions of default github token in signing workflow (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec authored Dec 6, 2024
1 parent 8238dcf commit 9b821de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/signing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Sign release assets

permissions: read-all

on:
release:
types: [released]
Expand Down

0 comments on commit 9b821de

Please sign in to comment.