Skip to content

Commit

Permalink
ci: remove redundant conditional (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 8, 2021
1 parent 7a9d203 commit d99e640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v2.0.0
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
with:
github-token: ${{secrets.github_token}}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d99e640

Please sign in to comment.