Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <[email protected]>
  • Loading branch information
maxwolfs authored Oct 13, 2024
1 parent d1e8908 commit f4b3cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f4b3cc3

Please sign in to comment.