Skip to content

Commit

Permalink
AUTH_API_KEY: ${{ secrets.AUTH_API_KEY }} #54
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Nov 17, 2022
1 parent db58d44 commit b9b7273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MIX_ENV: test
AUTH_API_KEY: 2PzB7PPnpuLsbWmWtXpGyI+kfSQSQ1zUW2Atz/+8PdZuSEJzHgzGnJWV35nTKRwx/authdemo.fly.dev
AUTH_API_KEY: ${{ secrets.AUTH_API_KEY }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

Expand Down

0 comments on commit b9b7273

Please sign in to comment.