[TT-431] Authorization token should not be recorded in detailed logs #7141
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: Trigger Force Merge | ||
| on: | ||
| issue_comment: | ||
| types: [created] | ||
| jobs: | ||
| call_force_merge: | ||
| uses: TykTechnologies/github-actions/.github/workflows/force-merge.yaml@d3fa20888fa2878e877e22bb7702141217290e7c # main | ||
|
Check failure on line 9 in .github/workflows/force-merge.yaml
|
||
| secrets: | ||
| PROBE_APP_ID: ${{ secrets.PROBE_APP_ID }} | ||
| PROBE_APP_PRIVATE_KEY: ${{ secrets.PROBE_APP_PRIVATE_KEY }} | ||
| SLACK_WEBHOOK_URL: ${{ secrets.FORCE_MERGE_SLACK_WEBHOOK }} | ||