Skip to content

Commit 0eec525

Browse files
committed
ci: allow build job to read github-pages env secrets
1 parent 42d913c commit 0eec525

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
# - Therefore, the follow-up bot commit should NOT trigger another build+deploy cycle.
2323
if: github.actor != 'github-actions[bot]'
2424
runs-on: ubuntu-latest
25+
# JWXT crawl credentials are stored as environment secrets under `github-pages`.
26+
environment:
27+
name: github-pages
2528
defaults:
2629
run:
2730
working-directory: app

0 commit comments

Comments
 (0)