Skip to content

Commit 7373e5a

Browse files
docs.yml update API key
1 parent 393371f commit 7373e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: build-docs
6565
if: github.event_name != 'push' || github.ref_name != github.event.repository.default_branch
6666
env:
67-
API_KEY: ${{ secrets.FUNCTION_API_KEY_2 }}
67+
API_KEY: ${{ secrets.API_KEY_2 }}
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969
run: poetry run mkdocs build
7070

0 commit comments

Comments
 (0)