Skip to content

Commit

Permalink
Add LinearB integration
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou authored May 10, 2024
1 parent e87c38b commit b408c33
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 b408c33

Please sign in to comment.