Skip to content

Commit

Permalink
comment out "aws-actions/configure-aws-credentials@v2" #67
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jun 14, 2023
1 parent 741e525 commit 2db960f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
# echo "::set-env name=AWS_ACCESS_KEY_ID::${{ secrets.CI_AWS_ACCESS_KEY_ID }}"
# echo "::set-env name=AWS_SECRET_ACCESS_KEY::${{ secrets.CI_AWS_SECRET_ACCESS_KEY }}"
# https://github.com/aws-actions/configure-aws-credentials
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::110797354241:role/github-actions-role
aws-region: us-east-3
aws-access-key-id: ${{ env.CI_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.CI_AWS_SECRET_ACCESS_KEY }}
# - name: Configure AWS Credentials
# uses: aws-actions/configure-aws-credentials@v2
# with:
# role-to-assume: arn:aws:iam::110797354241:role/github-actions-role
# aws-region: us-east-3
# aws-access-key-id: ${{ env.CI_AWS_ACCESS_KEY_ID }}
# aws-secret-access-key: ${{ env.CI_AWS_SECRET_ACCESS_KEY }}
- uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 2db960f

Please sign in to comment.