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 00a79f4 commit 9d21db5
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 9d21db5

Please sign in to comment.