Skip to content

chore: add revocation policy debug logs #3886

chore: add revocation policy debug logs

chore: add revocation policy debug logs #3886

Workflow file for this run

name: Build on every push except main branch
on:
push:
branches-ignore:
- main
jobs:
version:
uses: walt-id/waltid-identity/.github/workflows/version.yml@266f5c09359450c39019a6da38f2b331e7122918
gradle-build:
uses: walt-id/waltid-identity/.github/workflows/build-gradle.yml@266f5c09359450c39019a6da38f2b331e7122918
needs: version
with:
version: ${{ needs.version.outputs.release_version }}
docker-build:
uses: walt-id/waltid-identity/.github/workflows/build-docker.yml@266f5c09359450c39019a6da38f2b331e7122918
needs: version
with:
version: ${{ needs.version.outputs.release_version }}