Skip to content

Commit

Permalink
ci: use reusable input_env
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkrzyskow committed Sep 24, 2024
1 parent 673143c commit 2075c81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ permissions:
jobs:
deploy:
uses: nypesap/mkdocs-nype/.github/workflows/reusable_deploy.yml@main
with:
INPUT_ENV: ${{ vars.INPUT_ENV }}
secrets:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_HOST: ${{ secrets.SSH_HOST }}
Expand Down

0 comments on commit 2075c81

Please sign in to comment.