Skip to content

Commit

Permalink
Update publish-rss.yml (#1128)
Browse files Browse the repository at this point in the history
* Update publish-rss.yml

* Update publish-rss.yml
  • Loading branch information
yprikhodko authored Feb 13, 2025
1 parent dabf637 commit 76f936f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'aws-cudos-framework-deployment/changes/cloud-intelligence-dashboards.rss'
- 'changes/cloud-intelligence-dashboards.rss'

jobs:
sync-to-s3:
Expand All @@ -19,11 +19,12 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit 76f936f

Please sign in to comment.