From c170fb4e22565607fdabbccce45032d2bda06562 Mon Sep 17 00:00:00 2001 From: Christopher Bull <3485184+ChristopherBull@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:55:03 +0100 Subject: [PATCH] docs(ci-configurations): update github token URL --- docs/recipes/ci-configurations/github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/ci-configurations/github-actions.md b/docs/recipes/ci-configurations/github-actions.md index 3f01925294..370e3da45d 100644 --- a/docs/recipes/ci-configurations/github-actions.md +++ b/docs/recipes/ci-configurations/github-actions.md @@ -4,7 +4,7 @@ The [Authentication](../../usage/ci-configuration.md#authentication) environment variables can be configured with [Secret Variables](https://docs.github.com/en/actions/reference/encrypted-secrets). -In this example a publish type [`NPM_TOKEN`](https://docs.npmjs.com/creating-and-viewing-authentication-tokens) is required to publish a package to the npm registry. GitHub Actions [automatically populate](https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret) a [`GITHUB_TOKEN`](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) environment variable which can be used in Workflows. +In this example a publish type [`NPM_TOKEN`](https://docs.npmjs.com/creating-and-viewing-authentication-tokens) is required to publish a package to the npm registry. GitHub Actions [automatically populate](https://docs.github.com/en/actions/security-guides/automatic-token-authentication) a [`GITHUB_TOKEN`](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) environment variable which can be used in Workflows. ## npm provenance