Skip to content

Commit

Permalink
Use token for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
frant-hartm committed Jul 15, 2024
1 parent d5cc83d commit 255c39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ssh-key: "${{ secrets.COMMIT_KEY }}"
token: "${{ secrets.GH_TOKEN }}"
- name: Setup JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 255c39b

Please sign in to comment.