Skip to content

Give access to gist to publish the coverage badge #11

Give access to gist to publish the coverage badge

Give access to gist to publish the coverage badge #11

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'readme.md'
pull_request:
jobs:
build:
uses: xoofx/.github/.github/workflows/dotnet.yml@main
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
PAT_GITHUB_TOKEN: ${{ secrets.PAT_GITHUB_TOKEN }}