Skip to content

Commit

Permalink
Rename COMMIT_KEY to GH_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
srknzl committed Jun 11, 2024
1 parent a770a54 commit 5c66498
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 @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ssh-key: "${{ secrets.COMMIT_KEY }}"
ssh-key: "${{ secrets.GH_PAT }}"
- name: Setup JDK
uses: ./.github/actions/setup-jdk
with:
Expand Down

0 comments on commit 5c66498

Please sign in to comment.