Skip to content

Commit

Permalink
use secrets.CI_AWS_SECRET_ACCESS_KEY #67
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jun 14, 2023
1 parent bd8bac7 commit 741e525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
role-to-assume: arn:aws:iam::110797354241:role/github-actions-role
aws-region: us-east-3
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
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 741e525

Please sign in to comment.