File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 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
17- token : ${{ secrets.PAT_HLSML_BUILD_SPHINX }}
18- - name : Force token to be used
19- run : git remote set-url origin https://x-access-token:${{ secrets.PAT_HLSML_BUILD_SPHINX }}@github.com/fastmachinelearning/hls4ml.git
20- - name : Show git config
21- run : |
22- echo "---- .git/config ----"
23- cat .git/config
24- echo "---------------------"
16+ token : ${{ secrets.PAT_HLS4ML_WORKFLOW }}
2517 - name : Push changes
2618 if : ${{ github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name && github.event.label.name == 'please test' }}
2719 run : |
You can’t perform that action at this time.
0 commit comments