Skip to content

Commit 76f936f

Browse files
authored
Update publish-rss.yml (aws-solutions-library-samples#1128)
* Update publish-rss.yml * Update publish-rss.yml
1 parent dabf637 commit 76f936f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish-rss.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'aws-cudos-framework-deployment/changes/cloud-intelligence-dashboards.rss'
8+
- 'changes/cloud-intelligence-dashboards.rss'
99

1010
jobs:
1111
sync-to-s3:
@@ -19,11 +19,12 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Configure AWS credentials
22-
uses: aws-actions/configure-aws-credentials@v1
22+
uses: aws-actions/configure-aws-credentials@v3
2323
with:
2424
role-to-assume: ${{ secrets.AWS_RSS_ROLE }}
2525
role-session-name: ${{ secrets.AWS_RSS_SESSION_NAME }}
2626
aws-region: ${{ secrets.AWS_REGION }}
2727
- name: Copy RSS file to S3
2828
run: |
29-
aws s3 cp aws-cudos-framework-deployment/changes/cloud-intelligence-dashboards.rss s3://cid-feed/feed/cloud-intelligence-dashboards.rss
29+
ls
30+
aws s3 cp changes/cloud-intelligence-dashboards.rss s3://cid-feed/feed/cloud-intelligence-dashboards.rss

0 commit comments

Comments
 (0)