-
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
Support Pipelines as a Gruntwork GitHub App #82
Conversation
8d3879c
to
e10524d
Compare
.github/workflows/pipelines-root.yml
Outdated
|
||
- name: Fetch Infra Root Write Token | ||
id: pipelines-infra-root-write-token | ||
uses: gruntwork-test/pipelines-credentials@main |
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.
Is this WIP, or do we want to move these repos over?
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.
Need to move the repo over, I'll make a ticket for it
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.
.github/workflows/pipelines-root.yml
Outdated
gruntwork_context: ${{ toJson(steps.gruntwork_context.outputs) }} | ||
disable_provision: true # FIXME: Don't ship this |
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.
disable_provision: true # FIXME: Don't ship this |
…elines-credentials fix: Use `gruntwork-io` for `pipelines-credentials`
…i-url feat: Adding dynamicity to API URL
* Integrate app * Add org read token * Add create pr token * Make secrets not required * Dynamic api_base_url * Use moved action
No description provided.