Skip to content

Commit 5e5fca9

Browse files
committed
add aws to instagram feed workflow
1 parent 79303e8 commit 5e5fca9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/instagram_feed.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
DOC_ID: ${{ secrets.DOC_ID }}
2525
USER_AGENT: ${{ secrets.USER_AGENT }}
2626
X_IG_APP_ID: ${{ secrets.X_IG_APP_ID }}
27+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
28+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
29+
AWS_S3_BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME }}
30+
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
31+
2732
steps:
2833
- uses: actions/checkout@v4
2934

0 commit comments

Comments
 (0)