Skip to content

Commit 4615dfc

Browse files
authored
Merge pull request #533 from klutchell/klutchell-patch-3
Switch to GitHub App Installation token authentication
2 parents 2f98ed9 + 868c1aa commit 4615dfc

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
@@ -27,12 +27,13 @@ jobs:
2727
github.event_name == 'push'
2828
)
2929
secrets:
30-
FLOWZONE_TOKEN: ${{ secrets.FLOWZONE_TOKEN }}
30+
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
3131
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
3232
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
3333
with:
3434
disable_versioning: true
3535
toggle_auto_merge: false
36+
token_retrieval_mode: user
3637
docker_images: |
3738
ghcr.io/klutchell/dnscrypt-proxy,
3839
docker.io/klutchell/dnscrypt-proxy

0 commit comments

Comments
 (0)