Skip to content

Commit

Permalink
Let's try with a token
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Nov 17, 2023
1 parent 2f43d7b commit 8b554ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit 8b554ff

Please sign in to comment.