Skip to content

Commit

Permalink
ci: github token in graalvm Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Dec 23, 2022
1 parent 9476c5b commit 7df8206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
version: ${{ matrix.graalvm }}
java-version: ${{ matrix.java }}
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build with Gradle
run: |
if ./gradlew tasks --no-daemon --all | grep -w "testNativeImage"
Expand Down

0 comments on commit 7df8206

Please sign in to comment.