Skip to content

Commit ab3e767

Browse files
committed
add publish commit workflow
1 parent 7af39a9 commit ab3e767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- uses: aws-actions/configure-aws-credentials@v4
1414
with:
15-
role-to-assume: GitHubActionGrahQLJava
15+
role-to-assume: arn:aws:iam::637423498965:role/GitHubActionGrahQLJava
1616
aws-region: "ap-southeast-2"
1717
- run: aws sns publish --topic-arn "arn:aws:sns:ap-southeast-2:637423498965:graphql-java-commits.fifo" --message $GITHUB_SHA

0 commit comments

Comments
 (0)