Skip to content

DO-1953: Update the pwa deployment workflow#110

Open
AdamJHall wants to merge 3 commits intomainfrom
feature/DO-1953-Update-PWA-Deploy
Open

DO-1953: Update the pwa deployment workflow#110
AdamJHall wants to merge 3 commits intomainfrom
feature/DO-1953-Update-PWA-Deploy

Conversation

@AdamJHall
Copy link
Copy Markdown
Contributor

Description of the proposed changes
Updating the PWA Deployment workflow to be more in line with our CDK and NX workflows by removing the AWS credential inputs and moving them to environment values.

Notes to PR author

⚠️ Please make sure the changes adhere to the guidelines mentioned in our contribution guide.

Notes to reviewers

@aaronmedina-dev, this will require updates on the repos you have already migrated to use it.

ℹ️ When you've finished leaving feedback, please add a final comment to the PR tagging the author, letting them know that you have finished leaving feedback

…k and nx deployment workflows by using the environment for AWS credentials instead of inputs
@AdamJHall AdamJHall marked this pull request as ready for review March 26, 2026 01:19
@AdamJHall AdamJHall requested a review from a team as a code owner March 26, 2026 01:19
@AdamJHall AdamJHall requested a review from hubertott March 26, 2026 01:19
…ad of removing them, then fallback to their values if the env var isn't set.
…ny existing repos using this do not have to update.
@AdamJHall AdamJHall requested a review from TheOrangePuff March 30, 2026 00:54
Copy link
Copy Markdown
Member

@TheOrangePuff TheOrangePuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes 🙂 We should probably add support for OIDC here as well (not required in this PR though)

steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs a comment with the version number

uses: aws-actions/configure-aws-credentials@v6
- name: Configure AWS credentials (Static)
if: needs.prepare.outputs.auth-mode == 'static'
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs a comment with the version number


- name: Configure AWS credentials (OIDC)
if: needs.prepare.outputs.auth-mode == 'oidc'
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs a comment with the version number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants