File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches : ['**']
77 tags : [v*]
8+ permissions :
9+ contents : write
10+ pull-requests : write
811jobs :
912 build :
1013 # run on 1) push, 2) external PRs, 3) softwaremill-ci PRs
@@ -98,10 +101,13 @@ jobs:
98101 if : github.event.pull_request.user.login == 'softwaremill-ci'
99102 needs : [ build, label ]
100103 uses : softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
104+ secrets :
105+ github-token : ${{ secrets.SOFTWAREMILL_CI_PR_TOKEN }}
101106
102107 auto-merge-dependabot :
103108 # only for PRs by dependabot[bot]
104109 if : github.event.pull_request.user.login == 'dependabot[bot]'
105110 needs : [ build ]
106111 uses : softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
107- secrets : inherit
112+ secrets :
113+ github-token : ${{ secrets.SOFTWAREMILL_CI_PR_TOKEN }}
You can’t perform that action at this time.
0 commit comments