Skip to content

Commit

Permalink
configure codecov action to use token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Oct 9, 2024
1 parent 44c01e7 commit 3e632d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: .github/actions
token: ${{ secrets.CODECOV_TOKEN }}
- name: "Install dependencies and checkout repo in ns-3"
uses: ./.github/actions/install-analysis
- name: "Build ns-3"
Expand Down

0 comments on commit 3e632d2

Please sign in to comment.