Skip to content

Commit

Permalink
testing passing secrets to called workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb committed Dec 5, 2023
1 parent 0b866b1 commit 0c53f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
#needs: [lint, test]
uses: ./.github/workflows/deploy-dev.yaml
with:
test: 'test'
test-input: 'test'
secrets:
DEPLOYMENT_KEY_DEV: ${{ secrets.DEPLOYMENT_KEY_DEV }}
HEROKU_APP_NAME_DEV: ${{ secrets.HEROKU_APP_NAME_DEV }}

0 comments on commit 0c53f63

Please sign in to comment.