Browse Source

🔧 Update tmate token

pull/13139/head
Sebastián Ramírez 3 months ago
parent
commit
13dc329207
  1. 2
      .github/workflows/contributors.yml

2
.github/workflows/contributors.yml

@ -49,6 +49,8 @@ jobs:
# if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
with:
limit-access-to-actor: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: FastAPI People Contributors
run: python ./scripts/contributors.py
env:

Loading…
Cancel
Save