We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 132e747 + 7f0f528 commit ea33a9bCopy full SHA for ea33a9b
2 files changed
.github/workflows/deploy-appengine-dev.yml
@@ -31,6 +31,7 @@ jobs:
31
GCS_UNIFORM: ${{ secrets.GCS_UNIFORM }}
32
GCS_SERVICE_ACCOUNT: ${{ secrets.GCP_SA_KEY }}
33
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
34
+ TRANSFER_TOKEN_SALT: ${{ secrets.TRANSFER_TOKEN_SALT }}
35
36
steps:
37
- uses: actions/checkout@v3
.github/workflows/deploy-appengine.yml
0 commit comments