Skip to content

Commit c35d253

Browse files
authored
Merge pull request #5 from aws-samples/gh
Move to new GH pipeline
2 parents 6c9cd8f + 0c090a9 commit c35d253

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
with:
1818
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
1919
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
20+
aws-session-token: ${{ secrets.AWS_SESSION_TOKEN }}
2021
aws-region: ${{ secrets.REGION }}
21-
role-to-assume: ${{ secrets.AWS_PUBLISHER_ROLE_TO_ASSUME }}
22-
role-duration-seconds: 900
2322
- name: Set version
2423
id: version
2524
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Parameters:
1212
Mappings:
1313
Solution:
1414
Constants:
15-
Version: "v0.9"
15+
Version: "v0.10"
1616

1717
Resources:
1818
SourceS3Bucket:

0 commit comments

Comments
 (0)