mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Pass Plugin Signing secrets as environment variables in the Release workflow
This commit is contained in:
parent
89f829ced2
commit
00bef827ee
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -58,6 +58,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
|
||||
|
@ -21,6 +21,9 @@
|
||||
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `3`
|
||||
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2022.2.1`
|
||||
|
||||
### Fixed
|
||||
- Pass Plugin Signing secrets as environment variables in the Release workflow
|
||||
|
||||
### Removed
|
||||
- Removed Gradle caching from GitHub Actions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user