Skip to content

Commit

Permalink
Add codecov-token to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jul 12, 2024
1 parent 49821b6 commit 84bfbcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ on:
- "master"
pull_request:
workflow_call:
secrets:
CODECOV_TOKEN:
required: true

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
ci:
permissions:
actions: read
contents: read
security-events: write
uses: smallstep/workflows/.github/workflows/goCI.yml@main
with:
only-latest-golang: false
Expand Down

0 comments on commit 84bfbcc

Please sign in to comment.