Skip to content

Commit

Permalink
Merge pull request #151 from shiraji/shiraji/signing
Browse files Browse the repository at this point in the history
add secrets env
  • Loading branch information
shiraji committed Feb 25, 2024
2 parents a479fe3 + 34ac694 commit 07cca8a
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 @@ -81,4 +81,7 @@ 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/release-} -DCHANNELS=default

0 comments on commit 07cca8a

Please sign in to comment.