diff --git a/inst/templates/github_ci/dot.github/workflows/rhino-test.yml b/inst/templates/github_ci/dot.github/workflows/rhino-test.yml index 4650c768..f27034af 100644 --- a/inst/templates/github_ci/dot.github/workflows/rhino-test.yml +++ b/inst/templates/github_ci/dot.github/workflows/rhino-test.yml @@ -6,8 +6,6 @@ jobs: main: name: Run linters and tests runs-on: ubuntu-22.04 - env: - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout repo uses: actions/checkout@v4