Skip to content

Commit 7a54a15

Browse files
committed
fix the CLI docs workflow
1 parent f3a865e commit 7a54a15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
working-directory: docs
4141
run: |
4242
python3 scripts/generate_cli_docs.py
43+
env:
44+
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
45+
46+
- name: Test
47+
run: |
48+
cat src/content/docs/aws/tooling/localstack-cli.md
4349
4450
- name: Check for changes
4551
id: check-for-changes

0 commit comments

Comments
 (0)