Skip to content

Commit 7f0f528

Browse files
committed
fix: add TRANSFER_TOKEN_SALT to env in github workflows
fixes #25
1 parent 03c320b commit 7f0f528

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)