Skip to content

Commit 40ceed6

Browse files
committed
chore: update secret in sponsors generator
1 parent 3878c62 commit 40ceed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Generate Sponsors
1616
uses: JamesIves/github-sponsors-readme-action@v1
1717
with:
18-
token: ${{ secrets.PAT }}
18+
token: ${{ secrets.SPONSORS_GENERATOR_PAT }}
1919
file: README.md
2020

2121
- name: Create Pull Request

0 commit comments

Comments
 (0)