Skip to content

Commit

Permalink
Update deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Mar 20, 2024
1 parent 01ec3d7 commit 9eb0784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ inputs:

jobs:
deploy:
uses: ./build_and_deploy.yml
uses: ./build_and_deploy.yml@deployment-through-reusable-workflow
with:
environment: ${inputs.environment}
secrets: inherit

0 comments on commit 9eb0784

Please sign in to comment.