File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - " v[0-9]+.[0-9x]+"
77
8- env :
9- GH_TOKEN : ${{ secrets.MERGE_UP_TOKEN }}
10-
118jobs :
129 merge-up :
1310 name : Create merge up pull request
1411 runs-on : ubuntu-latest
12+ permissions :
13+ id-token : write
14+ contents : write
15+ pull-requests : write
1516
1617 steps :
1718 - name : Checkout
1819 id : checkout
19- uses : actions/ checkout@v6
20+ uses : mongodb-labs/drivers-github-tools/secure- checkout@v3
2021 with :
21- # fetch-depth 0 is required to fetch all branches, not just the branch being built
22+ app_id : ${{ vars.PR_APP_ID }}
23+ private_key : ${{ secrets.PR_APP_PRIVATE_KEY }}
24+ submodules : true
2225 fetch-depth : 0
23- token : ${{ secrets.MERGE_UP_TOKEN }}
2426
2527 - name : Create pull request
2628 id : create-pull-request
You can’t perform that action at this time.
0 commit comments