From f34c7c8d9ef4211e9d499e344907c88116749a12 Mon Sep 17 00:00:00 2001 From: Thomas Sapelza Date: Fri, 15 May 2026 13:49:45 +0200 Subject: [PATCH] remove passing the GH_PERSONAL_ACCESS_TOKEN to actions/checkout --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c995fb..96a3be2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,6 @@ jobs: postgres-version: [ 15, 16, 17, 18 ] steps: - uses: actions/checkout@v6 - with: - token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} - uses: aboutbits/github-actions-java/setup-with-gradle@v4 with: java-version: 25