diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 669d173..fdc2565 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -42,7 +42,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: publish_dir: ./public # Gatsby builds the site in the 'public' folder - github_token: ${{ secrets.PAT }} # Verwende den PAT Token für das Deployment + github_token: ${{ secrets.GITHUB_TOKEN }} # Verwende den PAT Token für das Deployment force_orphan: true user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com'