mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
fix: Add codecov token to trigger workflow (#5736)
This change adds the Codecov token to the on-trigger workflow.
This commit is contained in:
1
.github/workflows/on-trigger.yml
vendored
1
.github/workflows/on-trigger.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user