👷 Refactor FastAPI People Sponsors to use 2 tokens (#13228)

This commit is contained in:
Sebastián Ramírez
2025-01-18 12:58:36 +00:00
committed by GitHub
parent ea0cdd120c
commit 2ee101fb81
2 changed files with 6 additions and 4 deletions

View File

@@ -48,4 +48,5 @@ jobs:
- name: FastAPI People Sponsors
run: python ./scripts/sponsors.py
env:
GITHUB_TOKEN: ${{ secrets.SPONSORS }}
SPONSORS_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
PR_TOKEN: ${{ secrets.FASTAPI_PR_TOKEN }}