Skip to content

Commit 15df639

Browse files
authored
Update .github/workflows/survey-on-merged-pr.yml
1 parent ae874f5 commit 15df639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
USERNAME=$(jq -r '.pull_request.user.login' "$GITHUB_EVENT_PATH")
4242
gh pr comment ${PR_NUM} --repo open-telemetry/opentelemetry-java-instrumentation --body "Thank you for your contribution @${USERNAME}! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this [survey](${SURVEY_URL})."
4343
env:
44-
GH_TOKEN: ${{ secrets. GITHUB_TOKEN }}
44+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)