That's ok I think ? As long as you control `.travi...
# swagger-gradle-codegen
m
That's ok I think ? As long as you control
.travis.yml
you can put secure env variables and modify the scripts
m
More or less, you need to have access to the org in order to encrypt the secret
m
Really ?
Not for a public repo I think
g
Ah this ☝️
m
Secure variables are just RSA encrypted using a public travis key
Ah, it's https://travis-ci.com/ and not https://travis-ci.org/ so maybe access is required 😕
g
I’m in for another CI if you wish (Circle?/ GithubActions)?
The problem is yet again that we can’t install apps on the Yelp’s org
m
What is the commands that you run to publish on the portal?
g
./gradlew publishPlugins
Plus you need to have a couple of Gradle Proprieties set
m
I would say to create a PR assuming that you can define the variables
I'll try to check what we need to achieve this (we can ping people with privileges if needed)
👍 1
m
It might just work with the current ci