Skip to content

Commit

Permalink
cicd: Fixed codecov token param
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Apr 30, 2024
1 parent 6651a2e commit 3488cdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
project-version: ${{ needs.precheck.outputs.version }}
secrets:
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}

release:
name: Release
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/step-jlink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
required: true
type: string
secrets:
gpg-passphrase:
required: true
codecov-token:
required: false

permissions:
contents: read
Expand Down Expand Up @@ -50,10 +50,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.codecov-token }}

- name: Jlink
uses: jreleaser/release-action@v2
Expand Down

0 comments on commit 3488cdf

Please sign in to comment.