Skip to content

Commit

Permalink
Set correct environment variables in the publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
einrobin committed May 17, 2021
1 parent cbd77bb commit 229f53b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 229f53b

Please sign in to comment.