File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- name : CI - Update Pixi lockfiles
1+ name : CI - Update Pixi lockfile
22permissions :
33 contents : write
44 pull-requests : write
@@ -20,13 +20,18 @@ jobs:
2020 private-key : ${{ secrets.APP_PRIVATE_KEY }}
2121
2222 - uses : actions/checkout@v4
23+ with :
24+ token : ${{ steps.generate-token.outputs.token }}
25+ ref : topic/pixi
26+ # Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
27+ persist-credentials : false
2328
2429 - name : Set up pixi
2530 uses :
prefix-dev/[email protected] 2631 with :
2732 run-install : false
2833
29- - name : Update lockfiles
34+ - name : Update lockfile
3035 run : |
3136 set -o pipefail
3237 pixi update --json | pixi exec pixi-diff-to-markdown >> diff.md
@@ -35,11 +40,11 @@ jobs:
3540 uses : peter-evans/create-pull-request@v7
3641 with :
3742 token : ${{ steps.generate-token.outputs.token }}
38- commit-message : Update pixi lockfile
43+ commit-message : ' pixi: Update pixi lockfile'
3944 title : Update pixi lockfile
4045 body-path : diff.md
41- branch : update-pixi
42- base : main
46+ branch : topic/ update-pixi
47+ base : topic/pixi
4348 labels : pixi
4449 delete-branch : true
4550 add-paths : pixi.lock
You can’t perform that action at this time.
0 commit comments