Skip to content

Commit

Permalink
Add the potentially required token.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Dec 19, 2024
1 parent 4560f04 commit 888faaa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/meson-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ on:
description: 'Fix macos and openssl not working well.'
type: string
required: false
default: false
default: 'false'
macos-skip:
description: 'Set if building for macOS should be skipped.'
type: string
required: false
default: false
default: 'false'
meson-version:
description: 'The version of meson to use.'
type: string
Expand All @@ -47,12 +47,15 @@ on:
description: 'Skip uploading to sonarcloud.'
type: string
required: false
default: false
default: 'false'

secrets:
sonar_login:
description: 'The sonarcloud login token.'
required: true
codecov_token:
description: 'The codecov.io token.'
required: true

jobs:
test-macos:
Expand Down Expand Up @@ -222,3 +225,4 @@ jobs:
directory: .
files: build/meson-logs/coverage.xml
fail_ci_if_error: true
token: ${{ secrets.codecov_token }}

0 comments on commit 888faaa

Please sign in to comment.