Skip to content

Commit

Permalink
hard code new env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh committed Nov 8, 2024
1 parent 0a2fcbd commit e68a298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ jobs:
LAST_RESORT_SUPERADMIN_EMAIL: "[email protected]"
COLORIZE_LOGS: "true"
LOG_LEVEL: "info"
ENCRYPTION_KEY: ${{secrets.ENCRYPTION_KEY}}
HASH_PEPPER: ${{secrets.HASH_PEPPER}}
ENCRYPTION_KEY: 64730e71158b84687f01237d8f8128cc9cb7804d2d68c36823880456adad48c7
HASH_PEPPER: 56195a1bd9b062fc4a63afff383ec28bf1464706725ae744c9fe7fc459426074

# ACCESS_TOKEN_SECRET: ${{ secrets.ACCESS_TOKEN_SECRET }}
# REFRESH_TOKEN_SECRET: ${{ secrets.REFRESH_TOKEN_SECRET }}
Expand Down

0 comments on commit e68a298

Please sign in to comment.