We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cad0b commit 769d179Copy full SHA for 769d179
.github/workflows/publish.yml
@@ -30,6 +30,6 @@ jobs:
30
- run: npm install -g zapier-platform-cli
31
- run: bash deploy.sh
32
env:
33
- CONNECT_ZAPIER_DEPLOY_KEY: {{ secrets.CONNECT_ZAPIER_DEPLOY_KEY }}
34
- CONNECT_ZAPIER_APP_ID: {{ secrets.CONNECT_ZAPIER_APP_ID }}
35
- CONNECT_PARTNER_TOKEN: {{ secrets.CONNECT_PARTNER_TOKEN }}
+ CONNECT_ZAPIER_DEPLOY_KEY: ${{ secrets.CONNECT_ZAPIER_DEPLOY_KEY }}
+ CONNECT_ZAPIER_APP_ID: ${{ secrets.CONNECT_ZAPIER_APP_ID }}
+ CONNECT_PARTNER_TOKEN: ${{ secrets.CONNECT_PARTNER_TOKEN }}
0 commit comments