Skip to content

Commit ab1dca4

Browse files
author
InfoTech.io Bot
committed
Fix workflow: use GITHUB_TOKEN for testing
- Replace PAT_TOKEN with GITHUB_TOKEN for initial testing - This enables basic functionality testing without custom secrets 🤖 Generated with Claude Code
1 parent 9db81ac commit ab1dca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-sites.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Checkout hub repository
159159
uses: actions/checkout@v4
160160
with:
161-
token: ${{ secrets.PAT_TOKEN }}
161+
token: ${{ secrets.GITHUB_TOKEN }}
162162

163163
- name: Setup Hugo
164164
uses: peaceiris/actions-hugo@v2
@@ -174,7 +174,7 @@ jobs:
174174
uses: actions/checkout@v4
175175
with:
176176
repository: info-tech-io/hugo-templates
177-
token: ${{ secrets.PAT_TOKEN }}
177+
token: ${{ secrets.GITHUB_TOKEN }}
178178
path: hugo-templates
179179

180180
- name: Prepare build directory

0 commit comments

Comments
 (0)