Skip to content

Commit 000a53c

Browse files
committed
Add codecov token
1 parent 0ab1ad0 commit 000a53c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
dotnet pack --no-build --configuration Release --output $env:GITHUB_WORKSPACE/artifacts/packages /p:VersionSuffix=$env:PACKAGE_VERSION_SUFFIX
134134
- name: Upload packages to artifacts
135135
if: matrix.os == 'ubuntu-latest'
136+
env:
137+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
136138
uses: actions/upload-artifact@v4
137139
with:
138140
name: packages

0 commit comments

Comments
 (0)