Skip to content

Commit 35fc603

Browse files
auto commit
1 parent 1425f47 commit 35fc603

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/go-release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Go Release Automation
22

33
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
1414

1515
jobs:
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

0 commit comments

Comments
 (0)