Skip to content

Commit

Permalink
Update the deployment flow (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Jun 13, 2024
1 parent 2b279c4 commit 074d509
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.DEPLOYMENT_GITHUB_TOKEN }}
run: >
gh workflow run passwordless-client-js
gh workflow run deploy-passwordless-client-js
--repo bitwarden/passwordless-devops
--field repository=${{ github.repository }}
--field run-id=${{ github.run_id }}
--field name=packages
--field artifact=packages
--field environment=npm
--field version=${{ github.event.release.tag_name }}

0 comments on commit 074d509

Please sign in to comment.