Skip to content

Commit

Permalink
CI (Buildbot, GHA): Simplify the permissions key in the workflow fi…
Browse files Browse the repository at this point in the history
…le for the "Statuses" workflow (#41851)

(cherry picked from commit 34dc044)
  • Loading branch information
DilumAluthge authored and KristofferC committed Aug 25, 2021
1 parent 9a15a35 commit 54ea26a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/statuses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,7 @@ on:
# These are the permissions for the `GITHUB_TOKEN` token.
# We should only give the token the minimum necessary set of permissions.
permissions:
statuses: write
actions: none
checks: none
contents: none
deployments: none
issues: none
discussions: none
packages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: write

jobs:
statuses:
Expand Down

0 comments on commit 54ea26a

Please sign in to comment.