Skip to content

Commit

Permalink
Add signing env-variables to publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels van de Weem committed May 22, 2022
1 parent e0e5a8b commit 69b181a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Publish Plugin
env:
INTELLIJ_TOKEN: ${{ secrets.INTELLIJ_TOKEN }}
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
run: ./gradlew publishPlugin

# Upload artifact as a release asset
Expand Down

0 comments on commit 69b181a

Please sign in to comment.