Commit 70c8a602 authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Define the requirement of CODECOV_TOKEN secret when calling ci workflow

parent f6fd8008
...@@ -2,6 +2,9 @@ name: Continuous integration ...@@ -2,6 +2,9 @@ name: Continuous integration
on: on:
pull_request: pull_request:
workflow_call: workflow_call:
secrets:
CODECOV_TOKEN:
required: true
workflow_dispatch: workflow_dispatch:
jobs: jobs:
ci: ci:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment