Skip to content

Commit

Permalink
Merge pull request #12 from JetBrains-Research/development
Browse files Browse the repository at this point in the history
Add secrets' names to release action
  • Loading branch information
pderakhshanfar authored Feb 14, 2023
2 parents 274d652 + 6f7d4f6 commit e6a937a
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:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_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 e6a937a

Please sign in to comment.