From 357ce4a11d723ea4af20b877dbf8af7dba229887 Mon Sep 17 00:00:00 2001 From: Agnes Garoux Date: Wed, 28 Aug 2024 10:12:36 +0100 Subject: [PATCH] adding session token --- .github/workflows/autoformat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index abebed898..15b484274 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -32,5 +32,6 @@ jobs: aws-region: eu-west-1 AWS_ACCESS_KEY_ID: ${{ steps.aws_credentials.outputs.aws-access-key-id }} AWS_SECRET_KEY: ${{ steps.aws_credentials.outputs.aws-secret-access-key }} + aws-session-token: ${{ steps.aws_credentials.outputs.aws-session-token }}