ci: remediate zizmor findings #4106
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: Survey on Merged PR by Non-Member | |
| on: | |
| pull_request_target: | |
| # zizmor: ignore[dangerous-triggers] This only calls the trusted reusable | |
| # workflow; no PR code is checked out or executed. | |
| types: [closed] | |
| branches: [main] | |
| permissions: {} | |
| jobs: | |
| survey: | |
| uses: open-telemetry/shared-workflows/.github/workflows/survey-on-merged-pr.yml@62d5939b47144252763c5ff9fffe8c20d76cd806 # v0.4.0 | |
| with: | |
| client_id: ${{ vars.OTELBOT_CLIENT_ID }} | |
| secrets: | |
| private_key: ${{ secrets.OTELBOT_PRIVATE_KEY }} |