File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments