Skip to content

Commit

Permalink
updated the role session name to avoid regex validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirujayathilake committed Aug 25, 2024
1 parent 225d21f commit b5b2278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/veda-auth-portal-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5b2278

Please sign in to comment.