Skip to content

Commit

Permalink
fix: need credentials for linkchecking
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Nov 18, 2024
1 parent 87aee01 commit 13ca5ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
- name: Check links
run: |
nox -s links
env:
DOCSEARCH_APP_ID: ${{ vars.DOCSEARCH_APP_ID }}
DOCSEARCH_API_KEY: ${{ vars.DOCSEARCH_API_KEY }}
DOCSEARCH_INDEX_NAME: ${{ vars.DOCSEARCH_INDEX_NAME }}
publish:
name: Publish to PyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13ca5ff

Please sign in to comment.