Skip to content

Commit 69c381d

Browse files
authored
ci: add APIFY_SIGNING_TOKEN to docs build environment (#1135)
Closes: #1121
1 parent 6d1cb6a commit 69c381d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_deploy_docs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252

5353
- name: Build Docusaurus docs
5454
run: make build-docs
55+
env:
56+
APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }}
5557

5658
- name: Set up GitHub Pages
5759
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)