Skip to content

Commit

Permalink
Debug secret
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonresende committed Jan 29, 2025
1 parent d2e0494 commit 694b8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ACCESS_SECRET_KEY: ${{ secrets.ACCESS_SECRET_KEY }}
RESET_PASSWORD_SECRET_KEY: ${{ secrets.RESET_PASSWORD_SECRET_KEY }}
VERIFICATION_SECRET_KEY: ${{ secrets.VERIFICATION_SECRET_KEY }}
OPENAPI_OUTPUT_FILE: ${{ secrets.OPENAPI_OUTPUT_FILE }}
OPENAPI_OUTPUT_FILE: 'openapi.json'
CORS_ORIGINS: ${{ secrets.CORS_ORIGINS }}

steps:
Expand Down

0 comments on commit 694b8b9

Please sign in to comment.