[ci] Fix BOT_TOKEN auth for Flex endpoint push and PR diff comment #1060
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: Q&A | |
| on: | |
| pull_request_target: | |
| defaults: | |
| run: | |
| shell: bash | |
| jobs: | |
| call-qa: | |
| uses: symfony/recipes/.github/workflows/callable-qa.yml@main | |
| secrets: | |
| token: ${{ secrets.BOT_TOKEN }} |