[TT-14898] SSO EDP Login Issue: First Name Field Contains Both First and Last Name; Last Name Field Left Empty #228
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: Release bot | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| release_bot: | |
| uses: TykTechnologies/github-actions/.github/workflows/release-bot.yaml@d3fa20888fa2878e877e22bb7702141217290e7c # main | |
| secrets: | |
| APP_ID: ${{ secrets.PROBE_APP_ID }} | |
| APP_PRIVATE_KEY: ${{ secrets.PROBE_APP_PRIVATE_KEY }} | |
| APP_INSTALLATION_ID: ${{ secrets.PROBE_APP_INSTALLATION_ID }} |