Skip to content

Commit

Permalink
Update commit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Jan 17, 2025
1 parent f940d14 commit fd3fe21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
curl https://api.github.com/graphql -sSf \
curl https://api.github.com/graphql -f \
--write-out '%{stderr}HTTP status: %{response_code}\n\n'
-H "Authorization: bearer $GITHUB_TOKEN" \
--data @- <<GRAPHQL | jq
Expand Down

0 comments on commit fd3fe21

Please sign in to comment.