Skip to content

Commit

Permalink
remove optional github token (#265)
Browse files Browse the repository at this point in the history
* chore: removed optional github token

* removed optional null

* removed unused if
  • Loading branch information
marco-ippolito committed Sep 9, 2022
1 parent c5ed863 commit d55f0f7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
@@ -1,18 +1,15 @@
name: CI

on:
on:
pull_request:
push:
branches:
- master

jobs:
build:
uses: pkgjs/action/.github/workflows/node-test.yaml@v0
with:
strategy-fail-fast: true
test-command: npm run test:ci

automerge:
needs: build
runs-on: ubuntu-latest
Expand All @@ -21,6 +18,3 @@ jobs:
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d55f0f7

Please sign in to comment.