Skip to content

Commit 8a71806

Browse files
committed
Pass explicit token in auto-merge-dependabot
1 parent d3ce96b commit 8a71806

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
push:
66
branches: ['**']
77
tags: [v*]
8-
permissions:
9-
contents: write
10-
pull-requests: write
118
jobs:
129
build:
1310
# run on 1) push, 2) external PRs, 3) softwaremill-ci PRs
@@ -101,8 +98,6 @@ jobs:
10198
if: github.event.pull_request.user.login == 'softwaremill-ci'
10299
needs: [ build, label ]
103100
uses: softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
104-
secrets:
105-
github-token: ${{ secrets.SOFTWAREMILL_CI_PR_TOKEN }}
106101

107102
auto-merge-dependabot:
108103
# only for PRs by dependabot[bot]

0 commit comments

Comments
 (0)