diff --git a/README.md b/README.md index d1226f5..5520805 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Sample CI files can be found [here](docs/samples/ci). Add a secret variable `GITHUB_API_TOKEN` containing your [GitHub API token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token), ensuring it has write permissions to the repository. -In the case where GitHub Actions is used for releases, the job token [`GITHUB_TOKEN`](docs/samples/ci/github/generic/github-workflows.linux.container.yml#L67) may be used for creating releases should it have write permissions to the repository. +In the case where GitHub Actions is used for releases, the job token [`GITHUB_TOKEN`](docs/samples/ci/github/generic/github-workflows.linux-container.yml#L67) may be used for creating releases should it have write permissions to the repository. ## Usage