Skip to content

[Add] secrets to tests #9

[Add] secrets to tests

[Add] secrets to tests #9

Workflow file for this run

name: Run tests and upload coverage
on:
pull_request:
types: [opened, synchronize, edited]
push:
permissions:
id-token: write
contents: read
jobs:
test:
uses: gouef/github-lib-template/.github/workflows/shared_tests.yml@main
env:

Check failure on line 15 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Run tests and upload coverage

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 15, Col: 5): Unexpected value 'env'
GH_PAT: ${{ secrets.GH_PAT }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
slug: ${{ github.repository }}