diff --git a/.github/workflows/update-spec-for-docs.yml b/.github/workflows/update-spec-for-docs.yml index caa062423..0618e33a7 100644 --- a/.github/workflows/update-spec-for-docs.yml +++ b/.github/workflows/update-spec-for-docs.yml @@ -20,6 +20,8 @@ jobs: shell: bash run: | make generate + env: + KITTYCAD_API_TOKEN: ${{secrets.KITTYCAD_API_TOKEN}} # Ensure no files changed. - name: Ensure no files changed shell: bash