Skip to content

Commit

Permalink
Switch to fork of deployment-auto-approve
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 03ed96f commit b2780d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 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,8 +4320,7 @@ jobs:
"actions": "read",
"checks": "read",
"deployments": "read",
"members": "read",
"administration": "write"
"members": "read"
}
# Perform a while loop until we get a pending deployment for this environment.
Expand All @@ -4334,7 +4333,8 @@ jobs:
# https://github.com/ambilykk/deployment-auto-approve
# - *approveDeployment
- name: Auto-approve deployment
uses: ambilykk/[email protected]
# uses: ambilykk/[email protected]
uses: balena-io-experimental/deployment-auto-approve@kyle/fix-async
with:
# The token used here should inherit the permissions of the PR author,
# so only authors that are also reviewers will be able to auto-approve deployments.
Expand Down

0 comments on commit b2780d1

Please sign in to comment.