Skip to content

Commit

Permalink
ci(snapshot): use hypera signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing committed May 21, 2024
1 parent e8222a3 commit e5df574
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ on:
push:
branches: [ "main" ]

concurrency:
group: "gradle-snapshot-${{ github.ref }}"
cancel-in-progress: true

jobs:
snapshot:
name: "Snapshot"
uses: HyperaDev/actions/.github/workflows/gradle-snapshot.yml@main
secrets:
HYPERA_SIGNING_KEY: "${{ secrets.GPG_PRIVATE_KEY }}"
HYPERA_SIGNING_PASSWORD: "${{ secrets.GPG_PASSPHRASE }}"
HYPERA_SNAPSHOTS_USERNAME: "${{ secrets.HYPERA_SNAPSHOTS_USERNAME }}"
HYPERA_SNAPSHOTS_PASSWORD: "${{ secrets.HYPERA_SNAPSHOTS_PASSWORD }}"

0 comments on commit e5df574

Please sign in to comment.