We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1cb6a commit 69c381dCopy full SHA for 69c381d
.github/workflows/build_and_deploy_docs.yaml
@@ -52,6 +52,8 @@ jobs:
52
53
- name: Build Docusaurus docs
54
run: make build-docs
55
+ env:
56
+ APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }}
57
58
- name: Set up GitHub Pages
59
uses: actions/configure-pages@v5
0 commit comments