Skip to content

Commit

Permalink
Docs (ci): Fix reference to CI sample demonstrating use of job token …
Browse files Browse the repository at this point in the history
…`GITHUB_TOKEN`
  • Loading branch information
joeltimothyoh committed May 24, 2024
1 parent 4767d86 commit 14532fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 14532fd

Please sign in to comment.