-
Notifications
You must be signed in to change notification settings - Fork 8
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
New workflow for testing creating baseline PRs #49
base: main
Are you sure you want to change the base?
Conversation
GRUNTWORK_INSTALLER_VERSION: v0.0.40 | ||
|
||
jobs: | ||
pipelines_determine: |
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.
pipelines_determine: | |
pipelines_execute: |
required: true | ||
INFRA_ROOT_WRITE_TOKEN: | ||
required: true | ||
OPSGENIE_API_KEY: |
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.
OPSGENIE_API_KEY: |
INFRA_ROOT_WRITE_TOKEN: | ||
required: true | ||
OPSGENIE_API_KEY: | ||
required: true |
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.
required: true |
uses: actions/checkout@v4 | ||
with: | ||
path: pipelines-actions | ||
repository: Informa-Unity/pipelines-actions |
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.
repository: Informa-Unity/pipelines-actions | |
repository: gruntwork-io/pipelines-actions |
uses: actions/checkout@v4 | ||
with: | ||
path: pipelines-actions-customizations | ||
repository: Informa-Unity/pipelines-actions-customizations |
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.
repository: Informa-Unity/pipelines-actions-customizations | |
repository: gruntwork-io/pipelines-actions-customizations |
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.
Actually, this doesn't exist.
branch: "main" | ||
working_directory: "." | ||
account_id: "123456" | ||
terragrunt_command: apply |
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.
I recommend parameterizing this.
change_type: AccountsRequested | ||
branch: "main" | ||
working_directory: "." | ||
account_id: "123456" |
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.
I recommend parameterizing this
token: ${{ secrets.PIPELINES_READ_TOKEN }} | ||
change_type: AccountsRequested | ||
branch: "main" | ||
working_directory: "." |
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.
I recommend parameterizing this.
uses: ./pipelines-actions/.github/actions/pipelines-bootstrap | ||
with: | ||
token: ${{ secrets.PIPELINES_READ_TOKEN }} | ||
change_type: AccountsRequested |
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.
I recommend parameterizing this.
TODO: Document how to use this to test making custom account baselines
TODO: Figure out if there's a way to get account IDs to work without the provision step for accounts that have infact already been provisioned
Related to https://github.com/gruntwork-io/pipelines-actions/pull/40