Skip to content

Commit ffa74ed

Browse files
authoredAug 22, 2024··
Add environment to deploy.yml
1 parent 709ed6e commit ffa74ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [workflow_dispatch]
55
jobs:
66
deployment:
77
runs-on: ubuntu-latest
8+
environment: Deploy
89
name: PathExpression deployment
910
steps:
1011
- name: Checkout source code
@@ -26,4 +27,4 @@ jobs:
2627
env:
2728
SIGN_KEY_PASS: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
2829
OSSRH_USERNAME: ${{ secrets.SONATYPE_USER }}
29-
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}
30+
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}

0 commit comments

Comments
 (0)
Please sign in to comment.