diff --git a/.github/workflows/veda-auth-portal-deploy.yml b/.github/workflows/veda-auth-portal-deploy.yml index a683247..2cc7db5 100644 --- a/.github/workflows/veda-auth-portal-deploy.yml +++ b/.github/workflows/veda-auth-portal-deploy.yml @@ -40,7 +40,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.DEPLOYMENT_ROLE_ARN }} - role-session-name: "github-${{ github.repository }}-${{ github.run_id }}" + role-session-name: "github-veda-auth-central-${{ github.run_id }}" aws-region: "us-east-2" - name: Deploy app build to S3 bucket