Merge pull request #46 from CarterPerez-dev/chore/fix-update-submodule-workflow

fix: use PAT_TOKEN for submodule update workflow
This commit is contained in:
Carter Perez 2026-01-25 11:39:00 -05:00 committed by GitHub
commit a0f624bab7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT_TOKEN }}
- name: Update submodule to latest
run: |
@ -38,6 +38,7 @@ jobs:
if: steps.changes.outputs.has_changes == 'true'
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.PAT_TOKEN }}
commit-message: "chore: update fullstack-template submodule"
title: "chore: update fullstack-template submodule"
body: |