diff --git a/.github/workflows/gradle_publish.yml b/.github/workflows/gradle_publish.yml index 8fd49bb..2bc6cce 100644 --- a/.github/workflows/gradle_publish.yml +++ b/.github/workflows/gradle_publish.yml @@ -31,9 +31,8 @@ jobs: run: ./gradlew publish --full-stacktrace env: VERSION: ${{ steps.get_tag_name.outputs.VERSION }} - FLINT_DISTRIBUTOR_PUBLISH_TOKEN: ${{ secrets.FLINT_DISTRIBUTOR_PUBLISH_TOKEN }} + FLINT_DISTRIBUTOR_BEARER_TOKEN: ${{ secrets.FLINT_DISTRIBUTOR_BEARER_TOKEN }} FLINT_DISTRIBUTOR_URL: ${{ secrets.FLINT_DISTRIBUTOR_URL }} - FLINT_DISTRIBUTOR_AUTHORIZATION: ${{ secrets.FLINT_DISTRIBUTOR_AUTHORIZATION }} - name: Publish Javadocs working-directory: docs/generated