Skip to content

Commit

Permalink
Feature: Only deploy if the repo has a deploy webhook URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Aug 14, 2024
1 parent cca694a commit f8ae01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
run-tests:
env:
stagingDeploySecret: ${{secrets.DEPLOY_URL_STAGING_HEY}}
stagingDeploySecret: ${{secrets.DEPLOY_URL_STAGING}}

runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit f8ae01e

Please sign in to comment.