-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Active github flavor on gitlab #593
Conversation
Signed-off-by: Jessica Marinho <jessica@kubeshop.io>
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Signed-off-by: Jessica Marinho <jessica@kubeshop.io>
c2bc477
to
3a215d0
Compare
Signed-off-by: Jessica Marinho <jessica@kubeshop.io>
46e88ed
to
9b72fc3
Compare
Signed-off-by: Jessica Marinho <jessica@kubeshop.io>
9b72fc3
to
b5b4402
Compare
* fix flag reading Signed-off-by: 6za <53096417+6za@users.noreply.github.com> * fix install Signed-off-by: 6za <53096417+6za@users.noreply.github.com> Signed-off-by: 6za <53096417+6za@users.noreply.github.com>
Also addresses issue: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
USE
./kubefirst action add-ci --ci-branch $CI_BRANCH --ci-cluster-name $CI_CLUSTER_NAME --ci-s3-suffix $CI_S3_SUFFIX --ci-hosted-zone-name $CI_HOSTED_ZONE_NAME --ci-flavor github --ci-github-user $CI_GITHUB_USER --ci-github-organization $CI_GITHUB_ORGANIZATION
Make sure to export GITHUB_AUTH_TOKEN environment variable before add CI.
Signed-off-by: Jessica Marinho jessica@kubeshop.io