Skip to content

Commit

Permalink
Merge pull request #96 from theohbrothers/docs/ci-fix-reference-to-ci…
Browse files Browse the repository at this point in the history
…-sample-demonstrating-use-of-job-token-github_token

Docs (ci): Fix reference to CI sample demonstrating use of job token `GITHUB_TOKEN`
  • Loading branch information
joeltimothyoh authored May 24, 2024
2 parents 4767d86 + 14532fd commit 710cd08
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 710cd08

Please sign in to comment.