We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a865e commit f73fa4bCopy full SHA for f73fa4b
1 file changed
.github/workflows/update-cli-docs.yml
@@ -40,6 +40,8 @@ jobs:
40
working-directory: docs
41
run: |
42
python3 scripts/generate_cli_docs.py
43
+ env:
44
+ LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
45
46
- name: Check for changes
47
id: check-for-changes
0 commit comments