This repo has been archived and the actions moved into their respective repos. Mainly the sso-terraform repo.
- https://github.com/bcgov/sso-requests
- https://github.com/bcgov/sso-terraform-dev
- https://github.com/bcgov/sso-terraform
GitHub Action to trigger SSO Keycloak client request workflow in dev and prod environments.
GitHub Action to parse the planned Terraform changes and update the status of the client request in the backend database.
- This repository adds
node_modules
directory intentionally to include any package dependencies required to run the actions. - see https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github
Changes to the actions need to be published in a release before they can be used by other repos. To do this, merge the changes into main and run make release
from loca. At the root of project. This will create a new tag in the sso-request-actions repo that other projects can tag.