Skip to content

Commit e055c44

Browse files
authored
Add missing GH token to survey-on-merged-pr.yml
1 parent eeb59f5 commit e055c44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/survey-on-merged-pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ jobs:
2828
run: |
2929
PR_NUMBER=${{ github.event.pull_request.number }}
3030
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"
31+
env:
32+
GH_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)