Skip to content

Commit

Permalink
ci: remove redundant conditional (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 8, 2021
1 parent fa31c55 commit bb65d5e
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 @@ -40,6 +40,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: fastify/[email protected]
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 bb65d5e

Please sign in to comment.