Skip to content

Commit f73fa4b

Browse files
authored
fix the CLI docs workflow (#442)
1 parent f3a865e commit f73fa4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-cli-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
working-directory: docs
4141
run: |
4242
python3 scripts/generate_cli_docs.py
43+
env:
44+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
4345

4446
- name: Check for changes
4547
id: check-for-changes

0 commit comments

Comments
 (0)