Skip to content

Commit 15b3ee7

Browse files
Add missing AWS credentials to image release job (#1107)
1 parent 27eff61 commit 15b3ee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-images.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
run: python pipeline.py --image-name ${{ matrix.pipeline-argument }} --release true
5757
env:
5858
MONGODB_COMMUNITY_CONFIG: "${{ github.workspace }}/scripts/ci/config.json"
59+
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"
60+
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
5961

6062
- name: Add Supported Release
6163
if: steps.release_status.outputs.OUTPUT == 'unreleased'

0 commit comments

Comments
 (0)