We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27eff61 commit 15b3ee7Copy full SHA for 15b3ee7
.github/workflows/release-images.yml
@@ -56,6 +56,8 @@ jobs:
56
run: python pipeline.py --image-name ${{ matrix.pipeline-argument }} --release true
57
env:
58
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 }}"
61
62
- name: Add Supported Release
63
if: steps.release_status.outputs.OUTPUT == 'unreleased'
0 commit comments