There was an error while loading. Please reload this page.
1 parent 70ddf12 commit 6bf3f09Copy full SHA for 6bf3f09
1 file changed
.github/workflows/release-and-deploy-bfd.yml
@@ -173,6 +173,13 @@ jobs:
173
echo "failed_stage=$FAILED_STAGE" >> $GITHUB_OUTPUT
174
echo "color=$COLOR" >> $GITHUB_OUTPUT
175
176
+ - name: Assume role to AWS
177
+ uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
178
+ with:
179
+ role-to-assume: ${{ steps.get-role-arn.outputs.role-arn }}
180
+ role-session-name: get-sops-slack-webhook-${{ github.run_id }}-${{ github.run_attempt }}
181
+ aws-region: ${{ inputs.aws-region }}
182
+
183
- name: Slack - FINAL SUMMARY
184
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
185
with:
0 commit comments