From c8fb361247f7c7e7087abfd80437cdf131d2650a Mon Sep 17 00:00:00 2001 From: philmcmahon Date: Mon, 2 Oct 2023 12:26:22 +0100 Subject: [PATCH] Remove unnecessary unset-current-crednetials parameter --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ccab3b7e..35638847 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,6 @@ jobs: with: role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} aws-region: eu-west-1 - unset-current-credentials: true # Setup Node, checking common Node config files to determine the version of Node to use. # Configuring caching is also recommended.