Skip to content

Commit

Permalink
Merge pull request #682 from svenfeld/develop
Browse files Browse the repository at this point in the history
Add environment to github action
  • Loading branch information
schlichtig authored Jul 31, 2024
2 parents b6475e3 + 84c13b4 commit 91a580b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [workflow_dispatch]
jobs:
deployment:
runs-on: ubuntu-latest
environment: Deploy
name: CryptoAnalysis deployment
steps:
- name: Checkout source code
Expand All @@ -31,4 +32,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 91a580b

Please sign in to comment.