Skip to content

Commit 436e035

Browse files
authored
fix(ci): Merge store-types workflow to use build token
1 parent 74dae48 commit 436e035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-stores.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
if: ${{ env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'create' }}
153153
uses: Keyfactor/add-and-commit@v9.1.3
154154
env:
155-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
155+
GITHUB_TOKEN: ${{ secrets.SDK_SYNC_PAT }}
156156
with:
157157
add: store_types.json --force
158158
message: Update store_types.json for ${{env.KFUTIL_ARG}}:${{env.TARGET_REPO_BRANCH}}
@@ -165,7 +165,7 @@ jobs:
165165
if: ${{ env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'commit' }}
166166
uses: Keyfactor/add-and-commit@v9.1.3
167167
env:
168-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
168+
GITHUB_TOKEN: ${{ secrets.SDK_SYNC_PAT }}
169169
with:
170170
add: store_types.json --force
171171
message: Update store_types.json for ${{env.KFUTIL_ARG}}:${{env.TARGET_REPO_BRANCH}}

0 commit comments

Comments
 (0)