Add secrets.CODECOV_TOKEN

This commit is contained in:
Dominion
2023-06-09 11:22:14 -04:00
parent 472a1c551e
commit d6faba8159
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ env:
TGS_DOTNET_VERSION: 6.0.x
TGS_TEST_GITHUB_TOKEN: ${{ secrets.LIVE_TESTS_TOKEN }}
TGS_RELEASE_NOTES_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
concurrency:
group: "ci-${{ github.head_ref || github.run_id }}-${{ github.event_name }}"