From cfa4b2d09b7b963c93a4815526071d68e28083cc Mon Sep 17 00:00:00 2001 From: Danny Budzinski Date: Wed, 8 Jun 2022 11:39:24 +0200 Subject: [PATCH] fix: update docs and test version bump --- docs/developer-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guidelines.md b/docs/developer-guidelines.md index 2b94fde3d..2bf47644f 100644 --- a/docs/developer-guidelines.md +++ b/docs/developer-guidelines.md @@ -21,7 +21,7 @@ In case there are multiple commits being merged, the biggest type of bump will b The github action will update the project package.json, create a release tag in github, and update the changelog based on the commit messages in the code being merged. -**Note**: In order to access the repository, the action relies on a personal access token, which is stored as `ACTION_TOKEN` in the [repository secrets](https://github.com/jwplayer/ott-web-app/settings/secrets/actions). If this token needs to be updated, please generate a [Personal Access Token](https://github.com/settings/tokens) with the `public_repo` scope. +**Note**: In order to access the repository and bypass the protected branch requirements, the action relies on a personal access token, which must belong to an admin of the repo, and which is stored as `ACTION_TOKEN` in the [repository secrets](https://github.com/jwplayer/ott-web-app/settings/secrets/actions). If this token needs to be updated, please generate a [Personal Access Token](https://github.com/settings/tokens) with the `public_repo` scope. ## Git Commit Guidelines (conventional changelog)