Skip to content

Commit

Permalink
Update deploy_tink.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svenfeld authored Jul 31, 2024
1 parent 726f996 commit e52c2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_tink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
deployment:
runs-on: ubuntu-latest
environment: deploy
environment: Deploy
name: Tink deployment
steps:
- name: Checkout source code
Expand All @@ -34,4 +34,4 @@ jobs:
env:
SIGN_KEY_PASS: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
OSSRH_USERNAME: ${{ secrets.SONATYPE_USER }}
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}

0 comments on commit e52c2c0

Please sign in to comment.