Skip to content

Commit

Permalink
deploy: include TB_KEY and TB_SECRET
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen-testingbot committed May 10, 2024
1 parent b5dcef1 commit ab89375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
TB_KEY: ${{ secrets.TB_KEY }}
TB_SECRET: ${{ secrets.TB_SECRET }}

0 comments on commit ab89375

Please sign in to comment.