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 1
1
name : Go Release Automation
2
2
3
3
on :
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
14
14
15
15
jobs :
16
16
get-dafny-version :
@@ -30,12 +30,12 @@ jobs:
30
30
git config --global core.longpaths true
31
31
32
32
# KMS and MPL tests need to use credentials which can call KMS
33
- - name : Configure AWS Credentials for Tests
33
+ - name : Configure AWS Credentials
34
34
uses : aws-actions/configure-aws-credentials@v4
35
35
with :
36
36
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
39
39
40
40
- name : Checkout repository
41
41
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments