You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this repo relies on an individual to manually deploy the infrastructure as laid out in this repo. We should instead be looking to have this deploy using an OIDC role via Github Actions.
I recommend creating a pulumi preview workflow first, to trigger on PR, and move onto the pulumi up workflow once you're satisfied the preview is working as intended.
Acceptance Criteria
A workflow is able to successfully access and deploy the stack from a github hosted runner
The role used by the runner is appropriately scoped to the needs of this repo (created as an OIDC role)
The workflow runs on PRs to preview the planned action, and again on merge into main to deploy.
The text was updated successfully, but these errors were encountered:
Currently this repo relies on an individual to manually deploy the infrastructure as laid out in this repo. We should instead be looking to have this deploy using an OIDC role via Github Actions.
I recommend creating a
pulumi preview
workflow first, to trigger on PR, and move onto thepulumi up
workflow once you're satisfied the preview is working as intended.Acceptance Criteria
The text was updated successfully, but these errors were encountered: