Skip to content

Commit 99b6188

Browse files
committed
[GithubAction] add JetBrains Nightly for RubyMine and WebStorm
1 parent 50e8efc commit 99b6188

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

.github/workflows/jetbrains-auto-update.yml

+18
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,21 @@ jobs:
4242
projectId: ${{ secrets.GCP_PROJECT_ID }}
4343
serviceAccountKey: ${{ secrets.GCP_SA_KEY }}
4444
slackWebhook: ${{ secrets.IDE_SLACK_WEBHOOK }}
45+
rubymine:
46+
uses: ./.github/workflows/jetbrains-auto-update-template.yml
47+
with:
48+
productId: rubymine
49+
productCode: RM
50+
secrets:
51+
projectId: ${{ secrets.GCP_PROJECT_ID }}
52+
serviceAccountKey: ${{ secrets.GCP_SA_KEY }}
53+
slackWebhook: ${{ secrets.IDE_SLACK_WEBHOOK }}
54+
webstorm:
55+
uses: ./.github/workflows/jetbrains-auto-update-template.yml
56+
with:
57+
productId: webstorm
58+
productCode: WS
59+
secrets:
60+
projectId: ${{ secrets.GCP_PROJECT_ID }}
61+
serviceAccountKey: ${{ secrets.GCP_SA_KEY }}
62+
slackWebhook: ${{ secrets.IDE_SLACK_WEBHOOK }}

.github/workflows/jetbrains-updates.yml

+20
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,23 @@ jobs:
4646
exampleRepo: https://github.com/gitpod-io/template-php-laravel-mysql
4747
secrets:
4848
slackWebhook: ${{ secrets.IDE_SLACK_WEBHOOK }}
49+
rubymine:
50+
uses: ./.github/workflows/jetbrains-updates-template.yml
51+
with:
52+
productName: RubyMine
53+
productId: rubymine
54+
productCode: RM
55+
productType: release
56+
exampleRepo: https://github.com/gitpod-io/template-jetbrains-rubymine
57+
secrets:
58+
slackWebhook: ${{ secrets.IDE_SLACK_WEBHOOK }}
59+
webstorm:
60+
uses: ./.github/workflows/jetbrains-updates-template.yml
61+
with:
62+
productName: WebStorm
63+
productId: webstorm
64+
productCode: WS
65+
productType: release
66+
exampleRepo: https://github.com/gitpod-io/template-jetbrains-webstorm
67+
secrets:
68+
slackWebhook: ${{ secrets.IDE_SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)