diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f5548fa..76c2ce19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: juliangruber/approve-pull-request-action@master + - name: Checkout + uses: actions/checkout@v1 + - name: Approve Pull Request + uses: ./ with: github-token: ${{ secrets.GITHUB_TOKEN }} number: 1