Skip to content

Commit 5452169

Browse files
authored
Merge pull request #221 from GoogleContainerTools/spowelljr-patch-2
Add permissions for contents in build workflow
2 parents 8213789 + eafb351 commit 5452169

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: build
22
on:
33
pull_request
4+
permissions:
5+
contents: read
46
jobs:
57
build:
68
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)