Skip to content

Commit 0ae4c21

Browse files
committed
try to give permissions to change workflow files 4
1 parent 6bf20d6 commit 0ae4c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-branch-on-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
if: ${{ github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name && github.event.label.name == 'please test' }}
1414
with:
1515
ref: ${{ github.event.pull_request.head.sha }}
16+
persist-credentials: true
1617
token: ${{ secrets.PAT_HLSML_BUILD_SPHINX }}
1718
- name: Push changes
1819
if: ${{ github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name && github.event.label.name == 'please test' }}

0 commit comments

Comments
 (0)