Skip to content

Commit 282eace

Browse files
committed
ci: use a single epidatr key env var
1 parent e51e2a2 commit 282eace

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
2424
env:
2525
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
26-
DELPHI_EPIDATA_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
26+
DELPHI_EPIDATA_KEY: ${{ secrets.SECRET_EPIDATR_GHACTIONS_DELPHI_EPIDATA_KEY }}
2727
steps:
2828
- uses: actions/checkout@v3
2929

@@ -39,8 +39,6 @@ jobs:
3939
needs: website
4040

4141
- name: Build site
42-
env:
43-
DELPHI_EPIDATA_KEY: ${{ secrets.SECRET_EPIDATR_GHACTIONS_DELPHI_EPIDATA_KEY }}
4442
run: |
4543
if (startsWith("${{ github.event_name }}", "pull_request")) {
4644
mode_ref <- ifelse("${{ github.base_ref }}" == "main", "release", "devel")

0 commit comments

Comments
 (0)