From ce290d67fea24eb4c156f6207fa1d18c8ff6c891 Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:11:44 -0800 Subject: [PATCH] chore: change dependabot role session name --- .github/workflows/dependabot-autoapprove.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-autoapprove.yml b/.github/workflows/dependabot-autoapprove.yml index 6ac9647..ca1bf34 100644 --- a/.github/workflows/dependabot-autoapprove.yml +++ b/.github/workflows/dependabot-autoapprove.yml @@ -19,7 +19,7 @@ jobs: aws-region: us-west-2 role-to-assume: ${{ secrets.SECRETS_AWS_PACKAGING_ROLE_TO_ASSUME }} role-duration-seconds: 900 - role-session-name: SecretsManagerFetch + role-session-name: DependabotSMFetch - name: Get bot user token uses: aws-actions/aws-secretsmanager-get-secrets@v2 with: