Skip to content

Commit bf97e5d

Browse files
authored
Add write permissions for contents in build job
1 parent 9affbaa commit bf97e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
permissions:
18+
contents: write
1819
id-token: write # enable GitHub OIDC token issuance for this job
1920

2021
steps:

0 commit comments

Comments
 (0)