From 0a1905c26c94ac735a63665baa58c92a0a04180c Mon Sep 17 00:00:00 2001 From: cbernalz Date: Fri, 19 Jul 2024 20:19:08 -0700 Subject: [PATCH] 2024-07-19 update : updated docs with key. --- .github/workflows/Documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 23cd4ba..9bda281 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -35,4 +35,4 @@ jobs: - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4 with: - token: ${{ secrets.MY_GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.DOCUMENTER_KEY }} \ No newline at end of file