Skip to content

Commit

Permalink
ci(release): restricted the default permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Mar 31, 2023
1 parent 87fbd2a commit f53096d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -6,6 +6,8 @@ name: Release
- next
- beta
- "*.x"
permissions:
contents: read # for checkout
jobs:
release:
permissions:
Expand Down

0 comments on commit f53096d

Please sign in to comment.