Merging to release-5.8: [TT-15354]: Improve logging in JWT Middleware… #3824
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
| # Keep the branch on tyk-analytics in sync with this branch | |
| name: Update tyk-analytics branch | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - release-** | |
| - integration/** | |
| jobs: | |
| sync: | |
| name: tyk-analytics | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: peter-evans/repository-dispatch@v1 | |
| with: | |
| token: ${{ secrets.ORG_GH_TOKEN }} | |
| repository: TykTechnologies/tyk-analytics | |
| event-type: new-tyk | |
| client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' | |
| - uses: peter-evans/repository-dispatch@v1 | |
| with: | |
| token: ${{ secrets.ORG_GH_TOKEN }} | |
| repository: TykTechnologies/tyk-sink | |
| event-type: new-tyk | |
| client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' |