From 0c53f6308765e5d77f8d5bd8e0a318b38a6f4de5 Mon Sep 17 00:00:00 2001 From: Helen C Date: Tue, 5 Dec 2023 11:17:47 +0000 Subject: [PATCH] testing passing secrets to called workflows --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 33f42e8aa..593fc3c59 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}