Skip to content

Commit

Permalink
use custom access token
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Aug 5, 2024
1 parent 5126696 commit 7a149b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git push --set-upstream origin updatereadme
curl \
--request POST \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'authorization: Bearer ${{ secrets.CUSTOM_ACCESS_TOKEN }}' \
--header 'content-type: application/json' \
--data '{
"title":"Update README.md",
Expand Down

0 comments on commit 7a149b9

Please sign in to comment.