File tree 1 file changed +6
-0
lines changed
template/.github/workflows
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 16
16
python-version: '3.X'
17
17
- run: pip install copier
18
18
- run: copier update --skip-answered --vcs-ref=HEAD --conflict=rej
19
+ # The PR is created by a machine account (scipp-bot) and it is pushed to it's own fork
20
+ # to make sure we don't grant too much access to this bot account.
21
+ # More details are available at:
22
+ # https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#push-pull-request-branches-to-a-fork
19
23
- name: Create Pull Request
20
24
uses: peter-evans/create-pull-request@v6
21
25
with:
26
+ token: {{ '${{ secrets.SCIPP_BOT_PAT }}' }}
27
+ push-to-fork: scipp-bot/{{projectname}}
22
28
title: '[CRON] Sync with copier template'
23
29
body: |
24
30
This PR updates the project to the latest version of scipp's [copier-template](https://github.com/scipp/copier_template).
You can’t perform that action at this time.
0 commit comments