From 8764fa46dd83795964064d3ab5f6807a302bc342 Mon Sep 17 00:00:00 2001 From: BOUHOURS Antoine Date: Wed, 13 Nov 2024 10:15:36 +0100 Subject: [PATCH] Add documentation for access token Signed-off-by: BOUHOURS Antoine --- .github/workflows/release.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbd7b679..450b77f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ on: - minor - patch nodeAuthToken: - description: NPM access token + description: NPM automation access token required: true type: string diff --git a/README.md b/README.md index f801dbfd..af222b26 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ you need to follow the steps below: - [Make a release action](https://github.com/powsybl/powsybl-network-viewer/actions/workflows/release.yml) - In the 'run workflow' combobox select, let the branch on main - Enter the type of evolution (major | minor | patch) -- Enter your NPM access token (see [access token documentation](https://docs.npmjs.com/creating-and-viewing-access-tokens) for details) +- Enter your NPM access token (it must be an **automation** access token to bypass 2FA, see the [access token documentation](https://docs.npmjs.com/creating-and-viewing-access-tokens) for details) - Click 'run workflow' Notes :