We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3824d3c + 1bd13c3 commit 7e3d88dCopy full SHA for 7e3d88d
.github/workflows/flowzone.yml
@@ -21,7 +21,8 @@ jobs:
21
github.event_name == 'pull_request_target'
22
)
23
secrets:
24
- FLOWZONE_TOKEN: ${{ secrets.FLOWZONE_TOKEN }}
+ GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
25
BALENA_API_KEY: ${{ secrets.BALENA_API_KEY }}
26
with:
27
balena_slugs: gh_klutchell/exit-node
28
+ token_retrieval_mode: user
0 commit comments