Skip to content

Commit

Permalink
corrigindo variaveis de ambiente ao CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefelipemsc committed Jul 28, 2024
1 parent efa7813 commit af02517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest

env:
DATABASE_URL: ${{secret.sDATABASE_URL}}
DATABASE_URL: ${{secrets.sDATABASE_URL}}
SECRET_KEY: ${{secrets.SECRET_KEY}}
ALGORITHM: ${{secrets.ALGORITHM}}
ACCESS_TOKEN_EXPIRE_MINUTES: ${{secrets.ACCESS_TOKEN_EXPIRE_MINUTES}}
Expand Down

0 comments on commit af02517

Please sign in to comment.