Skip to content

Merging to release-5.3: TT-13513 TT-12767 TT-12768 ensure to save oau… #3139

Merging to release-5.3: TT-13513 TT-12767 TT-12768 ensure to save oau…

Merging to release-5.3: TT-13513 TT-12767 TT-12768 ensure to save oau… #3139

# 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 }}"}'