We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ec5b84 + e4ec0de commit 591c124Copy full SHA for 591c124
.github/workflows/test-deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
version: ${{ needs.version.outputs.release_version }}
26
publish: true
27
deploy:
28
- uses: walt-id/waltid-identity/.github/workflows/deployment.yml@dd9e94a2b08b2f9917d56543061963e6757def1f
+ uses: walt-id/waltid-identity/.github/workflows/deployment.yml@7e03d0f22863cac15deafac7292b4c38fd9ba920
29
secrets: inherit
30
needs: [ version, gradle-build, docker-build ]
31
with:
0 commit comments