Skip to content

Commit 759161c

Browse files
committed
Try to use env instead of with
1 parent 6b85824 commit 759161c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dependabot_automerge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
ref: ${{ github.event.pull_request.head.sha || github.sha }}
2020
running-workflow-name: wait_for_checks
2121
check-regexp: test
22-
repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
2322
wait-interval: 10
23+
env:
24+
REPO_TOKEN: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
2425
dependabot:
2526
needs: [wait_for_checks]
2627
name: Dependabot auto-merge

0 commit comments

Comments
 (0)