Skip to content

Commit 4bca812

Browse files
Merge pull request #55 from yuravk/master
CI: Build Raspberry Pi images with GitHub Action: ability to use separate user for S3 uploading
2 parents f2a28b5 + a5dd774 commit 4bca812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-rpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ jobs:
218218
if: steps.compress-image.outcome == 'success' && inputs.upload_to_s3
219219
uses: aws-actions/configure-aws-credentials@v4.0.2
220220
with:
221-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
222-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
221+
aws-access-key-id: ${{ secrets.S3_ACCESS_KEY_ID }}
222+
aws-secret-access-key: ${{ secrets.S3_SECRET_ACCESS_KEY }}
223223
aws-region: ${{ secrets.AWS_REGION }}
224224

225225
- name: Install aws CLI

0 commit comments

Comments
 (0)