From ea4a098185f7d2a9f2181b167ee747796aa433da Mon Sep 17 00:00:00 2001 From: Dmitry Shemetov Date: Wed, 16 Oct 2024 10:15:06 -0700 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f2e584a..52e8aa9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,8 +11,13 @@ permissions: jobs: docs: runs-on: ubuntu-latest + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + DELPHI_EPIDATA_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-python@v5 - name: Install dependencies run: |