We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ef9b81 + fb2baf0 commit 491ee6fCopy full SHA for 491ee6f
1 file changed
.github/workflows/publish.yml
@@ -11,15 +11,6 @@ on:
11
type: string
12
required: false
13
default: 8
14
- secrets:
15
- username:
16
- required: true
17
- password:
18
19
- pgp_passphrase:
20
21
- pgp_secret:
22
23
24
jobs:
25
cmd:
@@ -45,10 +36,10 @@ jobs:
45
36
- name: Publish artifacts
46
37
run: sbt ci-release
47
38
env:
48
- SONATYPE_USERNAME: ${{ secrets.username }}
49
- SONATYPE_PASSWORD: ${{ secrets.password }}
50
- PGP_PASSPHRASE: ${{ secrets.pgp_passphrase }}
51
- PGP_SECRET: ${{ secrets.pgp_secret }}
39
+ SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
40
+ SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
41
+ PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
42
+ PGP_SECRET: ${{ secrets.PGP_SECRET }}
52
43
53
44
- name: Cleanup before cache
54
shell: bash
0 commit comments