Skip to content

Commit

Permalink
Pass bintray environment variables via secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Oct 26, 2020
1 parent 4e36ff5 commit 1eac2ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:

- name: sbt ci-release
run: sbt ci-release
env:
BINTRAY_USER: ${{ secrets.BINTRAY_API_USER }}
BINTRAY_PASS: ${{ secrets.BINTRAY_API_KEY }}

# github_changelog_generator
# - name: Generate changelog
Expand Down

0 comments on commit 1eac2ce

Please sign in to comment.