From 8b554fffd6c62b7b07476416b18c22e10e99eccf Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 17 Nov 2023 15:23:16 +0100 Subject: [PATCH] Let's try with a token --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3316456e3bc..8af57046b18 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_TOKEN_JABREF_MACHINE_PR_APPROVE }} submodules: 'true' show-progress: 'false' - name: Checkout source (no-PR) @@ -52,6 +52,7 @@ jobs: prettier_options: --write **/*.java prettier_plugins: "prettier-plugin-java" clean_node_folder: false + token: ${{ secrets.GH_TOKEN_JABREF_MACHINE_PR_APPROVE }} - name: Set up JDK uses: actions/setup-java@v3 with: