Skip to content

Commit c5e22b5

Browse files
authored
Remove passing the GH_PERSONAL_ACCESS_TOKEN to actions/checkout (#56)
1 parent f26a265 commit c5e22b5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
postgres-version: [ 15, 16, 17, 18 ]
1515
steps:
1616
- uses: actions/checkout@v6
17-
with:
18-
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
1917
- uses: aboutbits/github-actions-java/setup-with-gradle@v4
2018
with:
2119
java-version: 25

0 commit comments

Comments
 (0)