Skip to content

Commit f004f47

Browse files
committed
feat: Drop the unnecessary GITHUB_PAT env variable
1 parent 78b94d9 commit f004f47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

inst/templates/github_ci/dot.github/workflows/rhino-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66
main:
77
name: Run linters and tests
88
runs-on: ubuntu-22.04
9-
env:
10-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
119
steps:
1210
- name: Checkout repo
1311
uses: actions/checkout@v4

0 commit comments

Comments
 (0)