Skip to content

Commit

Permalink
ci: fix secret token typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Apr 30, 2023
1 parent df10b10 commit f6e7705
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ jobs:
with:
url: "https://beta.fontsource.org/actions/update"
method: "POST"
bearerToken: ${{ secrets.WESBITE_UPDATE_TOKEN }}
bearerToken: ${{ secrets.WEBSITE_UPDATE_TOKEN }}
data: '{"fonts": true, "algolia": true, "download": true, "axisRegistry": true}'
retry: 1
retryWait: 15000

0 comments on commit f6e7705

Please sign in to comment.