fix: jwt-guard double claim issue #201
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Integration" | |
| on: | |
| pull_request: | |
| types: [ opened, synchronize ] | |
| push: | |
| branches: [ 'main' ] | |
| concurrency: | |
| # Cancel old runs if there is a new commit in the same branch | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| integration-packages: | |
| uses: ./.github/workflows/integration-packages.yaml | |
| secrets: inherit | |
| integration-contracts: | |
| uses: ./.github/workflows/integration-contracts.yaml | |
| secrets: inherit |