Skip to content

Commit a5a901d

Browse files
authored
Add write permissions for workflows that commit (#1200)
1 parent 58e1575 commit a5a901d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ on:
3737
required: true
3838
type: string
3939

40+
permissions: write-all
4041

4142
env:
4243
# Use SHA256 for hashing files.

.github/workflows/update_versions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ on:
4444
default: 9.1.0
4545
required: true
4646

47+
permissions: write-all
48+
4749
jobs:
4850
update_versions:
4951
name: update-version

0 commit comments

Comments
 (0)