Skip to content

Commit ed7f23f

Browse files
committed
added api key
1 parent 58a921c commit ed7f23f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cicd.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ jobs:
8686
username: ${{ github.actor }}
8787
password: ${{ secrets.GITHUB_TOKEN }}
8888

89-
- name: Build docs-test
90-
run: docker run --env CI=true -v $(pwd):/docs --user $(id -u):$(id -g) --entrypoint mkdocs ghcr.io/srl-labs/mkdocs-material-insiders:$MKDOCS_MATERIAL_VER build
89+
- name: Build docs
90+
run: |
91+
docker run --env CI=true --env MKDOCS_GIT_COMMITTERS_APIKEY=${{ secrets.GITHUB_TOKEN }} -v $(pwd):/docs --user $(id -u):$(id -g) --entrypoint mkdocs ghcr.io/srl-labs/mkdocs-material-insiders:$MKDOCS_MATERIAL_VER build
9192
9293
- name: Publish to Cloudflare Pages
9394
uses: cloudflare/pages-action@v1

0 commit comments

Comments
 (0)