Skip to content

Commit b902145

Browse files
authored
fix: Set top-level permissions for e2e reusable workflow (#2052)
Signed-off-by: Ian Lewis <ianlewis@google.com>
1 parent fce9a29 commit b902145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e.verify-token.reusable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: verify-token schedule
33
on:
44
workflow_call:
55

6+
permissions: read-all
7+
68
env:
79
GH_TOKEN: ${{ github.token }}
810
ISSUE_REPOSITORY: ${{ github.repository }}

0 commit comments

Comments
 (0)