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 2f98ed9 + 868c1aa commit 4615dfcCopy full SHA for 4615dfc
.github/workflows/flowzone.yml
@@ -27,12 +27,13 @@ jobs:
27
github.event_name == 'push'
28
)
29
secrets:
30
- FLOWZONE_TOKEN: ${{ secrets.FLOWZONE_TOKEN }}
+ GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
31
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
32
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
33
with:
34
disable_versioning: true
35
toggle_auto_merge: false
36
+ token_retrieval_mode: user
37
docker_images: |
38
ghcr.io/klutchell/dnscrypt-proxy,
39
docker.io/klutchell/dnscrypt-proxy
0 commit comments