Skip to content

Commit 602ffbc

Browse files
committed
Fixed the action build
1 parent ed1ac5d commit 602ffbc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: build and publish
3939
env:
4040
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
41+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4142
shell: pwsh
4243
run: |
4344
./build.ps1 -nugetPublish $true -nugetApiKey ${{ secrets.NUGET_API_KEY }}

.github/workflows/sonar-cloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6666
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6767
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
68+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
6869
shell: pwsh
6970
run: |
7071
dotnet tool run dotnet-sonarscanner begin /k:"alkampfergit_KernelMemory.Extensions" /o:"alkampfergit-github" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vstest.reportsPaths=TestResults/*.trx /d:sonar.cs.opencover.reportsPaths=TestResults/*/coverage.opencover.xml /d:sonar.coverage.exclusions="**Test*.cs"

0 commit comments

Comments
 (0)