Skip to content

Commit

Permalink
chore: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab authored Jul 22, 2024
1 parent dd4be84 commit 87e1705
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: Release

on:
push:
branches:
- main
- beta

permissions:
contents: write
issues: write
pull-requests: write

jobs:
release:
name: Release
Expand Down

0 comments on commit 87e1705

Please sign in to comment.