We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dae48 commit 436e035Copy full SHA for 436e035
.github/workflows/update-stores.yml
@@ -152,7 +152,7 @@ jobs:
152
if: ${{ env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'create' }}
153
uses: Keyfactor/[email protected]
154
env:
155
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.SDK_SYNC_PAT }}
156
with:
157
add: store_types.json --force
158
message: Update store_types.json for ${{env.KFUTIL_ARG}}:${{env.TARGET_REPO_BRANCH}}
@@ -165,7 +165,7 @@ jobs:
165
if: ${{ env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'commit' }}
166
167
168
169
170
171
0 commit comments