We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3f214 commit 237fb2bCopy full SHA for 237fb2b
1 file changed
.github/workflows/ami-release-nix.yml
@@ -255,6 +255,13 @@ jobs:
255
SLACK_MESSAGE: 'Building Postgres AMI failed'
256
SLACK_FOOTER: ''
257
258
+ - name: configure aws credentials for cleanup
259
+ if: ${{ always() }}
260
+ uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
261
+ with:
262
+ role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
263
+ aws-region: "us-east-1"
264
+
265
- name: Cleanup resources after build
266
if: ${{ always() }}
267
run: |
0 commit comments