Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlightnexus authored Oct 3, 2023
1 parent eb0edb7 commit bc5dbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
# Create the issue
curl --request POST \
--url https://api.github.com/repos/One-Click-Auth/TrustAuthx-Py-SDK/issues \
--header 'authorization: Bearer ${{ secrets.MY_GITHUB_TOKEN }}' \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
--data '{"title":"'$ISSUE_TITLE'","body":"'$ISSUE_BODY'"}'

0 comments on commit bc5dbcf

Please sign in to comment.