Skip to content

Commit

Permalink
added passing secrets when performing workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Apr 14, 2024
1 parent c582e9a commit 6355e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run-tests:
uses: ./.github/workflows/unit_tests.yml
secrets:
PYKLATCHAT_TESTING_CREDENTIALS: ${{ secrets.PYKLATCHAT_TESTING_CREDENTIALS_V2 }}
PYKLATCHAT_TESTING_CREDENTIALS_V2: ${{ secrets.PYKLATCHAT_TESTING_CREDENTIALS_V2 }}
SERVER_ENV: ${{ secrets.SERVER_ENV }}
publish-images:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6355e68

Please sign in to comment.