Skip to content

Commit c13d516

Browse files
authored
chore: explicitly set workflow permissions (#534)
* chore: explicitly set workflow permissions * formatting
1 parent b042de5 commit c13d516

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ on:
22
release:
33
types: [published]
44
name: release
5+
6+
permissions:
7+
contents: write
8+
59
jobs:
610
update-major:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)