Browse Source
👷 Update token for FastAPI People - Sponsors (#13225)
fastapi-people-sponsors-fc0e0b1d
Sebastián Ramírez
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
3 deletions
-
.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 }} |
|
|
|