Skip to content

ci: codecov issue (#170) #32

ci: codecov issue (#170)

ci: codecov issue (#170) #32

Workflow file for this run

on:
push:
branches:
- master
- beta
- +([0-9])?(.{+([0-9]),x}).x
name: Release
jobs:
tests:
name: Tests
uses: ./.github/workflows/tests.yml

Check failure on line 13 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 13, Col: 11): Secret codecov_token is required, but not provided while calling.
linters:
name: Linters
uses: ./.github/workflows/linters.yml
release:
name: Publish Release
needs: [tests, linters]
uses: ./.github/workflows/publish.yml
secrets: inherit
permissions:
contents: write
issues: write
pull-requests: write