File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11name : Go Release Automation
22
33on :
4- workflow_dispatch :
5- inputs :
6- project-name :
7- description : " Project name (e.g., DynamoDbEncryption)"
8- required : true
9- type : string
10- version :
11- description : " Version (e.g., v0.1.0)"
12- required : true
13- type : string
4+ push :
5+ # inputs:
6+ # project-name:
7+ # description: "Project name (e.g., DynamoDbEncryption)"
8+ # required: true
9+ # type: string
10+ # version:
11+ # description: "Version (e.g., v0.1.0)"
12+ # required: true
13+ # type: string
1414
1515jobs :
1616 get-dafny-version :
@@ -30,12 +30,12 @@ jobs:
3030 git config --global core.longpaths true
3131
3232 # KMS and MPL tests need to use credentials which can call KMS
33- - name : Configure AWS Credentials for Tests
33+ - name : Configure AWS Credentials
3434 uses : aws-actions/configure-aws-credentials@v4
3535 with :
3636 aws-region : us-west-2
37- role-to-assume : arn:aws:iam::370957321024:role/GitHub-CI-MPL -Dafny-Role-us-west-2
38- role-session-name : GoReleaseTest
37+ role-to-assume : arn:aws:iam::370957321024:role/GitHub-CI-DDBEC -Dafny-Role-us-west-2
38+ role-session-name : GoRelease-DBESDK-Tests
3939
4040 - name : Checkout repository
4141 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments