Skip to content

Commit 049b826

Browse files
committed
id token by default in test/perf
1 parent a011c47 commit 049b826

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

workflows/daily-perf-improver.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,20 @@ on:
88

99
timeout_minutes: 60
1010

11-
permissions: read-all
11+
permissions:
12+
actions: read
13+
attestations: read
14+
checks: read
15+
contents: read
16+
deployments: read
17+
id-token: write # for auth in some actions
18+
issues: read
19+
discussions: read
20+
packages: read
21+
pages: read
22+
pull-requests: read
23+
security-events: read
24+
statuses: read
1225

1326
network: defaults
1427

workflows/daily-test-improver.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,20 @@ on:
88

99
timeout_minutes: 30
1010

11-
permissions: read-all
11+
permissions:
12+
actions: read
13+
attestations: read
14+
checks: read
15+
contents: read
16+
deployments: read
17+
id-token: write # for auth in some actions
18+
issues: read
19+
discussions: read
20+
packages: read
21+
pages: read
22+
pull-requests: read
23+
security-events: read
24+
statuses: read
1225

1326
network: defaults
1427

0 commit comments

Comments
 (0)