Skip to content

Commit

Permalink
Merge pull request #152 from shiraji/shiraji/signing
Browse files Browse the repository at this point in the history
add secrets env 2
  • Loading branch information
shiraji committed Feb 25, 2024
2 parents 07cca8a + b748f55 commit 26584f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
env:
TAG_NAME: ${{ github.ref }}
HUB_TOKEN: ${{ secrets.HUB_TOKEN }}
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
run: ./gradlew buildPlugin publishPlugin -DVERSION=${TAG_NAME#refs/tags/beta-} -DCHANNELS=beta

release:
Expand Down

0 comments on commit 26584f0

Please sign in to comment.