Skip to content

Commit 2c765d2

Browse files
author
JeanMarc van Leerdam
committed
Try only dealing with gpg key in the ci-release step
1 parent 129d7aa commit 2c765d2

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
with:
1515
distribution: temurin
1616
java-version: 17
17-
gpg-private-key: ${{ secrets.PGP_SECRET }}
18-
gpg-passphrase: PGP_PASSPHRASE
19-
env:
20-
PGP_ID: ${{ secrets.PGP_ID }}
21-
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
2217
- uses: sbt/setup-sbt@v1
2318
- run: sbt ci-release
2419
env:

.github/workflows/scala.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,7 @@ jobs:
2020
with:
2121
distribution: temurin
2222
java-version: 17
23-
gpg-private-key: ${{ secrets.PGP_SECRET }}
24-
gpg-passphrase: PGP_PASSPHRASE
25-
env:
26-
PGP_ID: ${{ secrets.PGP_ID }}
27-
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
2823
- uses: sbt/setup-sbt@v1
29-
- name: ShowSome
30-
shell: bash
31-
run: |
32-
echo "PGP_ID = " $PGP_ID
33-
echo "Available keys:"
34-
gpg --list-secret-keys --keyid-format LONG
35-
env:
36-
PGP_ID: ${{ secrets.PGP_ID }}
37-
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
38-
PGP_SECRET: ${{ secrets.PGP_SECRET }}
3924
- name: Run tests
4025
shell: bash
4126
run: sbt test

0 commit comments

Comments
 (0)