Update sponsors workflow to use SPONSORS_PAT secret

This commit is contained in:
Gregory Schier
2025-10-03 09:42:21 -07:00
parent d662883fdd
commit 5e45cb4908

View File

@@ -26,7 +26,7 @@ jobs:
- name: Generate Sponsors
uses: JamesIves/github-sponsors-readme-action@v1
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.SPONSORS_PAT }}
file: 'README.md'
minimum: 1000
template: '<a href="https://github.com/{{{ login }}}"><img src="{{{ avatarUrl }}}" width="80px" alt="User avatar: {{{ login }}}" /></a>&nbsp;&nbsp;'