Skip to content

Commit

Permalink
fix: this should fix ci empty token error
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed May 14, 2021
1 parent ae52a37 commit 9d2a3e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Auto-merge dependabot updates

on: pull_request
on: pull_request_target

jobs:
auto-merge:
timeout-minutes: 5

runs-on: ubuntu-18.04
if: github.actor == 'dependabot[bot]'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9d2a3e8

Please sign in to comment.