Skip to content

Commit 9b6553f

Browse files
authored
update workflow (#13)
1 parent 99e6a34 commit 9b6553f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lambda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
IAM_ROLE_ARN_S3: arn:aws:iam::847349463865:role/cplive-core-ue2-public-lambda-artifacts-gha
1919
IAM_ROLE_SEESION_NAME: cloudposse/token-rotator/ci
2020
S3_BUCKET: cplive-core-ue2-public-lambda-artifacts
21+
S3_FOLDER: lambda-github-action-token-rotator
2122

2223
jobs:
2324
build-test-distribute:
@@ -106,4 +107,4 @@ jobs:
106107
- name: Copy Lambda to S3
107108
shell: bash
108109
run: |
109-
aws s3 cp "./$FILE_NAME" s3://${{env.S3_BUCKET}}/bossy/ --sse AES256 --region ${{ env.AWS_REGION }}
110+
aws s3 cp "./$FILE_NAME" s3://${{env.S3_BUCKET}}/${{env.S3_FOLDER}}/ --sse AES256 --region ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)