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