We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf88b7 commit 916a08cCopy full SHA for 916a08c
1 file changed
.github/workflows/commit-built-file-changes.yml
@@ -128,6 +128,7 @@ jobs:
128
ref: ${{ github.event.workflow_run.head_branch }}
129
path: 'pr-repo'
130
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
131
+ token: ${{ env.ACCESS_TOKEN }}
132
133
- name: Apply patch
134
if: ${{ steps.artifact-check.outputs.exists == 'true' }}
0 commit comments