Skip to content

Commit

Permalink
ci: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leguass7 committed Mar 14, 2021
1 parent a0c2f5d commit 1a5dd97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
API_BASE_URL: ${{ secrets.API_BASE_URL }}
BASE64_PFX: ${{ secrets.BASE64_PFX }}
API_BASE_URL: https://api-pix-h.gerencianet.com.br
MY_PIXKEY: leandro.sbrissa@hotmail.com

steps:
- name: Checkout repository
Expand Down

0 comments on commit 1a5dd97

Please sign in to comment.