diff --git a/.github/workflows/intelli-ops.yml b/.github/workflows/intelli-ops.yml index 36d10bf6..d9ef2a82 100644 --- a/.github/workflows/intelli-ops.yml +++ b/.github/workflows/intelli-ops.yml @@ -53,7 +53,7 @@ jobs: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 with: - role-to-assume: arn:aws:iam::705247044519:role/GitHub-Workflow-OIDC-Role-bHb9ZhppJUj8 + role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: us-east-1 - name: Intelligent GitHub Actions @@ -69,4 +69,4 @@ jobs: generate-pr-description: 'true' generate-unit-test-suite: 'true' env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}