Skip to content

Commit 03be0b8

Browse files
authored
Merge pull request #73 from funktechno/f/automerge
update auto merge token
2 parents 7331814 + 1210d98 commit 03be0b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55

66
jobs:
77
auto-merge:
8+
if: github.actor == 'dependabot[bot]'
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v2
1112
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1213
with:
1314
target: minor
14-
github-token: ${{ secrets.mytoken }}
15+
github-token: ${{ secrets.MYTOKEN }}

0 commit comments

Comments
 (0)