Skip to content

Commit a43a901

Browse files
authored
Merge pull request #3 from openobserve/add_aws_cloudformation_templates
Added github workflow to upload updated cloudformation templates
2 parents c6af928 + 0a3dddf commit a43a901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-aws-templates-to-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Configure AWS credentials
3535
uses: aws-actions/configure-aws-credentials@v4
3636
with:
37-
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
37+
role-to-assume: "arn:aws:iam::325553860333:role/github-actions-s3-uploader"
3838
role-session-name: GitHubActions-S3Upload
3939
aws-region: ${{ env.AWS_REGION }}
4040

0 commit comments

Comments
 (0)