Skip to content

Commit e5df574

Browse files
committed
ci(snapshot): use hypera signing key
1 parent e8222a3 commit e5df574

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/snapshot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ on:
66
push:
77
branches: [ "main" ]
88

9+
concurrency:
10+
group: "gradle-snapshot-${{ github.ref }}"
11+
cancel-in-progress: true
12+
913
jobs:
1014
snapshot:
1115
name: "Snapshot"
1216
uses: HyperaDev/actions/.github/workflows/gradle-snapshot.yml@main
1317
secrets:
18+
HYPERA_SIGNING_KEY: "${{ secrets.GPG_PRIVATE_KEY }}"
19+
HYPERA_SIGNING_PASSWORD: "${{ secrets.GPG_PASSPHRASE }}"
1420
HYPERA_SNAPSHOTS_USERNAME: "${{ secrets.HYPERA_SNAPSHOTS_USERNAME }}"
1521
HYPERA_SNAPSHOTS_PASSWORD: "${{ secrets.HYPERA_SNAPSHOTS_PASSWORD }}"

0 commit comments

Comments
 (0)