Skip to content

Commit 769d179

Browse files
Marc SerratMarc Serrat
authored andcommitted
Fix publishing workflow
1 parent 76cad0b commit 769d179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- run: npm install -g zapier-platform-cli
3131
- run: bash deploy.sh
3232
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 }}
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 }}

0 commit comments

Comments
 (0)