Skip to content

Commit

Permalink
chore(pipeline): fix bintray credentials
Browse files Browse the repository at this point in the history
SUITEDEV-25111

Co-authored-by: LasOri <[email protected]>
Co-authored-by: davidSchuppa <[email protected]>
Co-authored-by: megamegax <[email protected]>
  • Loading branch information
4 people committed Oct 29, 2020
1 parent c958a01 commit 45b4864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_tag_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
SLACK_TITLE: New SDK Release
SLACK_USERNAME: Android pipeline
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
BINTRAY_API_KEY: %{{ BINTRAY_API_KEY }}
BINTRAY_USER: ${{ BINTRAY_USER }}
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}

jobs:
Release:
Expand Down

0 comments on commit 45b4864

Please sign in to comment.