We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ce96b commit 8a71806Copy full SHA for 8a71806
.github/workflows/ci.yml
@@ -5,9 +5,6 @@ on:
5
push:
6
branches: ['**']
7
tags: [v*]
8
-permissions:
9
- contents: write
10
- pull-requests: write
11
jobs:
12
build:
13
# run on 1) push, 2) external PRs, 3) softwaremill-ci PRs
@@ -101,8 +98,6 @@ jobs:
101
98
if: github.event.pull_request.user.login == 'softwaremill-ci'
102
99
needs: [ build, label ]
103
100
uses: softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
104
- secrets:
105
- github-token: ${{ secrets.SOFTWAREMILL_CI_PR_TOKEN }}
106
107
auto-merge-dependabot:
108
# only for PRs by dependabot[bot]
0 commit comments