Skip to content

Commit

Permalink
fix(sponsors): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 authored Jan 2, 2024
1 parent 567672e commit 4f6dc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm run update-sponsors
env:
CHEERIO_SPONSORS_GITHUB_TOKEN:
${{ GITHUB_TOKEN }}
${{ secrets.GITHUB_TOKEN }}
IMGIX_TOKEN: ${{ secrets.IMGIX_TOKEN }}

- name: Create Pull Request
Expand Down

0 comments on commit 4f6dc61

Please sign in to comment.