Skip to content

Commit

Permalink
Add missing GH token to survey-on-merged-pr.yml (open-telemetry#5892)
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Jan 8, 2025
1 parent 4fbef64 commit 423cb80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/survey-on-merged-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
run: |
PR_NUMBER=${{ github.event.pull_request.number }}
gh pr comment $PR_NUMBER --body "Thank you for your contribution! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by filling out this survey: https://forms.gle/WV58koUBGSG9HBY66"
env:
GH_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}

0 comments on commit 423cb80

Please sign in to comment.