Skip to content

Commit 7e3d88d

Browse files
Merge pull request #266 from klutchell/klutchell-patch-1
Switch to GitHub App Installation token authentication
2 parents 3824d3c + 1bd13c3 commit 7e3d88d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flowzone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
github.event_name == 'pull_request_target'
2222
)
2323
secrets:
24-
FLOWZONE_TOKEN: ${{ secrets.FLOWZONE_TOKEN }}
24+
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
2525
BALENA_API_KEY: ${{ secrets.BALENA_API_KEY }}
2626
with:
2727
balena_slugs: gh_klutchell/exit-node
28+
token_retrieval_mode: user

0 commit comments

Comments
 (0)