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.
1 parent 2f98ed9 commit 868c1aaCopy full SHA for 868c1aa
.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