Skip to content

Commit

Permalink
USE CORRECT TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed Oct 28, 2024
1 parent 433ac39 commit 381e3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
echo "Mutation Payload: $mutation_payload"
# Send the mutation request to GitHub's GraphQL API and capture the response
RESPONSE=$(curl -X POST -H "Authorization: bearer $GITHUB_TOKEN" \
RESPONSE=$(curl -X POST -H "Authorization: bearer ${{ secrets.GITHUB_TOKEN}}" \
-H "Content-Type: application/json" \
-d "$mutation_payload" https://api.github.com/graphql)
Expand Down

0 comments on commit 381e3db

Please sign in to comment.