Skip to content

Commit

Permalink
feat: Drop the unnecessary GITHUB_PAT env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilzyla committed Dec 6, 2023
1 parent 13b157a commit bd89dcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inst/templates/github_ci/dot.github/workflows/rhino-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd89dcf

Please sign in to comment.