Skip to content

Commit b59fae5

Browse files
committed
Update build workflow permissions
Change contents permission from read to write to allow proper workflow execution.
1 parent b1aa08b commit b59fae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
permissions:
14-
contents: read
14+
contents: write
1515
packages: write
1616
id-token: write
1717

0 commit comments

Comments
 (0)