We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d913c commit 0eec525Copy full SHA for 0eec525
1 file changed
.github/workflows/deploy-pages.yml
@@ -22,6 +22,9 @@ jobs:
22
# - Therefore, the follow-up bot commit should NOT trigger another build+deploy cycle.
23
if: github.actor != 'github-actions[bot]'
24
runs-on: ubuntu-latest
25
+ # JWXT crawl credentials are stored as environment secrets under `github-pages`.
26
+ environment:
27
+ name: github-pages
28
defaults:
29
run:
30
working-directory: app
0 commit comments