Browse Source

👷 Add custom token to Smokeshow and Preview Docs for download-artifact, to prevent API rate limits (#9646)

pull/9647/head
Sebastián Ramírez 2 years ago
committed by GitHub
parent
commit
4c23c0644b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/preview-docs.yml
  2. 1
      .github/workflows/smokeshow.yml

2
.github/workflows/preview-docs.yml

@ -18,7 +18,7 @@ jobs:
- name: Download Artifact Docs - name: Download Artifact Docs
uses: dawidd6/[email protected] uses: dawidd6/[email protected]
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.FASTAPI_PREVIEW_DOCS_DOWNLOAD_ARTIFACTS }}
workflow: build-docs.yml workflow: build-docs.yml
run_id: ${{ github.event.workflow_run.id }} run_id: ${{ github.event.workflow_run.id }}
name: docs-zip name: docs-zip

1
.github/workflows/smokeshow.yml

@ -22,6 +22,7 @@ jobs:
- uses: dawidd6/[email protected] - uses: dawidd6/[email protected]
with: with:
github_token: ${{ secrets.FASTAPI_SMOKESHOW_DOWNLOAD_ARTIFACTS }}
workflow: test.yml workflow: test.yml
commit: ${{ github.event.workflow_run.head_sha }} commit: ${{ github.event.workflow_run.head_sha }}

Loading…
Cancel
Save