Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Use PAT to commit back to repo in workflow
  • Loading branch information
jimmoffet authored Sep 16, 2024
1 parent e0c77d9 commit 0384578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build Svelte App
run: npm run build
- name: Commit build artifacts
# env:
# GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} # Use PAT_TOKEN secret for authentication
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} # Use PAT_TOKEN secret for authentication
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit 0384578

Please sign in to comment.