We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Share common code to avoid copy/paste.
For Github? https://www.perplexity.ai/search/does-github-actions-GBl3nSKSTmmTT2mBAU7vXg
- run: name: Provision review app if needed command: | if ! cpl exists -a $APP_NAME; then cpl setup-app -a $APP_NAME cpln policy add-binding $APP_NAME_REVIEW-secrets-policy \ --permission reveal \ --identity /org/$CPLN_ORG_STAGING/gvc/$APP_NAME/identity/$APP_NAME-identity echo "export NEW_APP=true" >> $BASH_ENV fi
The text was updated successfully, but these errors were encountered:
rafaelgomesxyz
No branches or pull requests
Could we make an ORB for the circle ci setup
Share common code to avoid copy/paste.
For Github? https://www.perplexity.ai/search/does-github-actions-GBl3nSKSTmmTT2mBAU7vXg
The text was updated successfully, but these errors were encountered: