Skip to content

Commit

Permalink
Add LinearB integration (#69)
Browse files Browse the repository at this point in the history
* Add LinearB integration

* Update .github/workflows/publish.yml
  • Loading branch information
meziantou committed May 10, 2024
1 parent 4456013 commit 02e827b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ jobs:
env:
NUGET_SOURCE: ${{ secrets.NUGET_SOURCE }}
NUGET_API_KEY: ${{ secrets.WORKLEAP_NUGET_API_KEY }}

linearb:
needs: [main]
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
with:
environment: ${{ github.ref == 'refs/heads/main' && 'staging' || 'release' }}
secrets: inherit

0 comments on commit 02e827b

Please sign in to comment.