Skip to content

Commit 9b64ffb

Browse files
committed
Add env var to pkgdown workflow
1 parent bbd458a commit 9b64ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
2222
env:
2323
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
24+
OPENGWAS_X_TEST_MODE_KEY: ${{ secrets.OPENGWAS_X_TEST_MODE_KEY }}
2425
permissions:
2526
contents: write
2627
steps:

0 commit comments

Comments
 (0)