Skip to content

Commit

Permalink
Add administrator permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Jul 9, 2024
1 parent 0dfc6d3 commit bb9c4f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4320,7 +4320,8 @@ jobs:
"actions": "read",
"checks": "read",
"deployments": "read",
"members": "read"
"members": "read",
"administration": "write"
}
# Perform a while loop until we get a pending deployment for this environment.
Expand All @@ -4343,5 +4344,4 @@ jobs:
${{ matrix.environment }}
# the below automatically approves dependabot and anything submitted by the Github user with login "activescott"
actor_allow_list: |
balena-renovate[bot]
klutchell
${{ github.triggering_actor }}

0 comments on commit bb9c4f7

Please sign in to comment.