Skip to content

Commit

Permalink
🔥 Remove unnecessary env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jul 31, 2023
1 parent 68c61a3 commit 5a54789
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
directory: './site'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ ( github.event.workflow_run.head_repository.full_name == github.repository && github.event.workflow_run.head_branch == 'main' && 'main' ) || ( github.event.workflow_run.head_sha ) }}
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
- name: Comment Deploy
if: steps.deploy.outputs.deploy-url != ''
uses: ./.github/actions/comment-docs-preview-in-pr
Expand Down

0 comments on commit 5a54789

Please sign in to comment.