Skip to content

Commit

Permalink
chore: auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarnaikjuspay committed Jan 10, 2024
1 parent fbf7897 commit da14e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-pr-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
comment="This PR is linked to the issue #${issue_number}: ${pr_url}"
# Add a comment to the issue linking to the PR
curl -sS -H "Authorization: token ***" \
curl -sS -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-X POST \
-d "{\"body\":\"$comment\"}" \
"$api_url"

0 comments on commit da14e20

Please sign in to comment.