Skip to content

Commit

Permalink
feat: add validation step to Zapier release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Dec 9, 2024
1 parent 4b17318 commit 0dfaad6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/zapier-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
run: |
echo "{\"id\":${{ secrets.ZAPIER_INTEGRATION_ID }}, \"key\":\"${{ secrets.ZAPIER_DEPLOY_KEY }}\"}" > .zapierapprc
- name: Validate Zapier Integration
env:
ZAPIER_DEPLOY_KEY: ${{ secrets.ZAPIER_DEPLOY_KEY }}
run: zapier validate

- name: Deploy to Zapier
env:
ZAPIER_DEPLOY_KEY: ${{ secrets.ZAPIER_DEPLOY_KEY }}
Expand Down

0 comments on commit 0dfaad6

Please sign in to comment.