fix: Add codecov token to trigger workflow (#5736)

This change adds the Codecov token to the on-trigger workflow.
This commit is contained in:
Bart
2025-08-26 19:07:23 -04:00
committed by GitHub
parent 92431a4238
commit 808c86663c

View File

@@ -113,5 +113,6 @@ jobs:
os: ${{ matrix.os }}
strategy_matrix: "all"
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
conan_remote_username: ${{ secrets.CONAN_REMOTE_USERNAME }}
conan_remote_password: ${{ secrets.CONAN_REMOTE_PASSWORD }}