Skip to content

Commit ea33a9b

Browse files
authored
Merge pull request #81 from haniffalab/fix/transfer-token-salt
fix: add TRANSFER_TOKEN_SALT to env in github workflows
2 parents 132e747 + 7f0f528 commit ea33a9b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-appengine-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
GCS_UNIFORM: ${{ secrets.GCS_UNIFORM }}
3232
GCS_SERVICE_ACCOUNT: ${{ secrets.GCP_SA_KEY }}
3333
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
34+
TRANSFER_TOKEN_SALT: ${{ secrets.TRANSFER_TOKEN_SALT }}
3435

3536
steps:
3637
- uses: actions/checkout@v3

.github/workflows/deploy-appengine.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
GCS_UNIFORM: ${{ secrets.GCS_UNIFORM }}
3232
GCS_SERVICE_ACCOUNT: ${{ secrets.GCP_SA_KEY }}
3333
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
34+
TRANSFER_TOKEN_SALT: ${{ secrets.TRANSFER_TOKEN_SALT }}
3435

3536
steps:
3637
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)