File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 42
42
projectId : ${{ secrets.GCP_PROJECT_ID }}
43
43
serviceAccountKey : ${{ secrets.GCP_SA_KEY }}
44
44
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 }}
Original file line number Diff line number Diff line change 46
46
exampleRepo : https://github.com/gitpod-io/template-php-laravel-mysql
47
47
secrets :
48
48
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 }}
You can’t perform that action at this time.
0 commit comments