Skip to content

Commit 3f77bb4

Browse files
DilumAluthgeKristofferC
authored andcommitted
CI (Buildbot, GHA): Simplify the permissions key in the workflow file for the "Statuses" workflow (#41851)
(cherry picked from commit 34dc044)
1 parent 038b342 commit 3f77bb4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/statuses.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,7 @@ on:
3030
# These are the permissions for the `GITHUB_TOKEN` token.
3131
# We should only give the token the minimum necessary set of permissions.
3232
permissions:
33-
statuses: write
34-
actions: none
35-
checks: none
36-
contents: none
37-
deployments: none
38-
issues: none
39-
discussions: none
40-
packages: none
41-
pull-requests: none
42-
repository-projects: none
43-
security-events: none
33+
statuses: write
4434

4535
jobs:
4636
statuses:

0 commit comments

Comments
 (0)