diff --git a/bioccheck_usage.md b/bioccheck_usage.md index 4b6b4a3..f679b99 100644 --- a/bioccheck_usage.md +++ b/bioccheck_usage.md @@ -24,7 +24,7 @@ Even if you use the Workflow Generator, you must perform these one-time reposito **For Codecov:** 1. **Obtain Codecov Token**: Log in to [Codecov](https://about.codecov.io/), link your repository, and copy the repository upload token. -2. **Set Repository Secret**: In your GitHub repository, navigate to **Settings** → **Secrets and variables** → **Actions** → **New repository secret**. Create a secret named `CODECOV_TOKEN` containing your token. +2. **Set Repository Secret**: In your GitHub repository, navigate to **Settings** → **Secrets and variables** → **Actions** → **New repository secret**. Create a secret named `CODECOV_TOKEN` containing your token. Because `ci.yml` uses `secrets: inherit`, the token is passed to the workflow automatically. **For `pkgdown`:** 1. **Configure GitHub Pages Source**: In your package repository on GitHub, navigate to **Settings** → **Pages**. Under **Build and deployment** → **Source**, select **GitHub Actions** (do NOT select "Deploy from a branch"). diff --git a/ci.yml b/ci.yml index 69ab52c..b4eb4bd 100644 --- a/ci.yml +++ b/ci.yml @@ -16,6 +16,4 @@ jobs: with: error_on: 'warning' enable_pkgdown: false - # Required only if you want test coverage via Codecov - # secrets: - # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + secrets: inherit \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 51490ae..efb5a49 100644 --- a/docs/index.html +++ b/docs/index.html @@ -299,16 +299,6 @@

Configuration

-
- -
-