Skip to content

Commit 916a08c

Browse files
committed
Use access token for checkout.
1 parent 7bf88b7 commit 916a08c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/commit-built-file-changes.yml

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
ref: ${{ github.event.workflow_run.head_branch }}
129129
path: 'pr-repo'
130130
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
131+
token: ${{ env.ACCESS_TOKEN }}
131132

132133
- name: Apply patch
133134
if: ${{ steps.artifact-check.outputs.exists == 'true' }}

0 commit comments

Comments
 (0)