Skip to content

Commit

Permalink
Merge pull request #17 from openfoodfoundation/feature/prepping-staging
Browse files Browse the repository at this point in the history
Trying with nonexistent secret
  • Loading branch information
ok200paul authored Aug 14, 2024
2 parents b5c9531 + cca694a commit d769abc
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}}
stagingDeploySecret: ${{secrets.DEPLOY_URL_STAGING_HEY}}

runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit d769abc

Please sign in to comment.