We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdb10b commit e77d28aCopy full SHA for e77d28a
.github/workflows/release.yml
@@ -83,6 +83,8 @@ jobs:
83
build-native-image:
84
name: "Build GraalVM native-image on ${{ matrix.os }}"
85
runs-on: ${{ matrix.os }}
86
+ permissions:
87
+ contents: write
88
needs: build-maven-jars
89
strategy:
90
matrix:
0 commit comments