Skip to content

Commit

Permalink
Update deploy_jca.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svenfeld authored Jul 31, 2024
1 parent 50c118a commit 726f996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_jca.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: JavaCryptographicArchitecture 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 726f996

Please sign in to comment.