Skip to content

Fix gh-aw lockfile update workflow syntax #4107

Fix gh-aw lockfile update workflow syntax

Fix gh-aw lockfile update workflow syntax #4107

name: Survey on Merged PR by Non-Member
on:
pull_request_target: # zizmor: ignore[dangerous-triggers] — this workflow only calls the reusable shared 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 }}