Skip to content

DO-1953: Update the pwa deployment workflow#110

Open
AdamJHall wants to merge 1 commit intomainfrom
feature/DO-1953-Update-PWA-Deploy
Open

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

Conversation

@AdamJHall
Copy link
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
type: string
required: false
default: "ap-southeast-2"
s3-bucket:
Copy link
Member

Choose a reason for hiding this comment

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

Instead of removing can we make this optional? And then they can override the defaults provided in the environment variables

description: "AWS role session name for OIDC authentication (default: {repo}-{short-sha}-{run-number})"
type: string
required: true
cloudfront-distribution-id:
Copy link
Member

Choose a reason for hiding this comment

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

Same with this, just don't make it required

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