Skip to content

Commit

Permalink
Chore: fix token name
Browse files Browse the repository at this point in the history
  • Loading branch information
currenjin committed Dec 6, 2024
1 parent 9557095 commit 50d867e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: '22.3.0'
java-version: '21'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.WHARF_TOKEN }}

- name: Build Native Image
run: ./gradlew nativeCompile
Expand Down

0 comments on commit 50d867e

Please sign in to comment.