Skip to content

Commit 6a4e741

Browse files
committed
chore: add workflow permissions
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ff217cb commit 6a4e741

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
version_plain: ${{ steps.bump.outputs.version_plain }}
4646
runs-on: ubuntu-latest
4747
timeout-minutes: 30
48+
permissions:
49+
contents: write # needed for git push
4850
steps:
4951
- name: Checkout code
5052
# see https://github.com/actions/checkout

0 commit comments

Comments
 (0)