We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479af6e commit f6e6191Copy full SHA for f6e6191
.github/workflows/build_and_publish.yml
@@ -27,7 +27,8 @@ jobs:
27
java-version: '8'
28
- name: Build with Gradle
29
env:
30
- centralAuthHeaderName: ${{ secrets.CENTRAL_AUTH_TOKEN }}
+ ORG_GRADLE_PROJECT_centralAuthHeaderName: Authorization
31
+ ORG_GRADLE_PROJECT_centralAuthHeaderValue: ${{ secrets.CENTRAL_AUTH_TOKEN }}
32
run: ./gradlew build publish
33
- uses: actions/upload-artifact@v4
34
with:
0 commit comments