Browse Source

👷 Update token for FastAPI People - Sponsors (#13225)

fastapi-people-sponsors-fc0e0b1d
Sebastián Ramírez 3 months ago
committed by GitHub
parent
commit
35b24deef3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/sponsors.yml

4
.github/workflows/sponsors.yml

@ -45,9 +45,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
with:
limit-access-to-actor: true
env:
GITHUB_TOKEN: ${{ secrets.FASTAPI_PR_TOKEN }}
- name: FastAPI People Sponsors
run: python ./scripts/sponsors.py
env:
GITHUB_TOKEN: ${{ secrets.FASTAPI_PR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SPONSORS }}

Loading…
Cancel
Save