Skip to content

Commit ea4a098

Browse files
authored
Update documentation.yml
1 parent 013c7a8 commit ea4a098

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/documentation.yml

+5
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ permissions:
1111
jobs:
1212
docs:
1313
runs-on: ubuntu-latest
14+
env:
15+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
16+
DELPHI_EPIDATA_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
1417
steps:
1518
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
1621
- uses: actions/setup-python@v5
1722
- name: Install dependencies
1823
run: |

0 commit comments

Comments
 (0)