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