Skip to content

Commit

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

* Update ci.yaml

* Update .github/workflows/publish.yml
  • Loading branch information
meziantou authored May 10, 2024
1 parent 8a56ee1 commit e0e4686
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ jobs:

- run: ./Run-SystemTest.ps1
shell: pwsh

linearb:
needs: [ci]
uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
with:
environment: development
secrets: inherit
9 changes: 8 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ jobs:
shell: pwsh
env:
NUGET_SOURCE: ${{ secrets.NUGET_SOURCE }}
NUGET_API_KEY: ${{ secrets.WORKLEAP_NUGET_API_KEY }}
NUGET_API_KEY: ${{ secrets.WORKLEAP_NUGET_API_KEY }}

linearb:
needs: [publish]
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 e0e4686

Please sign in to comment.