FEAT: Installed LocalStack For Development
This commit is contained in:
@@ -23,22 +23,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Broad infra-provisioning credentials, distinct from the narrowly
|
||||
# scoped gitea-ci-user used by the app deploy workflows (ECR push +
|
||||
# ecs:UpdateService only). Pulumi needs to create/update IAM, RDS,
|
||||
# ECS, CloudFront, etc., so this identity is intentionally wider.
|
||||
- name: Configure AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@v4
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.PULUMI_AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.PULUMI_AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: ${{ env.AWS_REGION }}
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: infrastructure/go.mod
|
||||
|
||||
# Stack name assumes the runner is logged into the same Pulumi Cloud
|
||||
# org as `pulumi.yaml`'s default; if PULUMI_ACCESS_TOKEN's org differs,
|
||||
# qualify this as "<org>/main" instead.
|
||||
|
||||
Reference in New Issue
Block a user