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 be1039a commit 93791f0Copy full SHA for 93791f0
.github/workflows/docker-build.yml
@@ -25,3 +25,11 @@ jobs:
25
needs: docker
26
secrets:
27
GH_TOKEN: ${{ secrets.GH_TOKEN }}
28
+
29
+ deploy:
30
+ uses: geokrety/geokrety-gha-workflows/.github/workflows/trigger-staging-deploy.yml@main
31
+ needs: docker
32
+ secrets:
33
+ DEPLOY_HEADER_NAME: ${{ secrets.DEPLOY_HEADER_NAME }}
34
+ DEPLOY_HEADER_VALUE: ${{ secrets.DEPLOY_HEADER_VALUE }}
35
+ DEPLOY_URL: ${{ secrets.DEPLOY_URL }}
0 commit comments