From 4e8b62300243a2f08124048c76fa92ff24cb4002 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 3 Feb 2022 14:52:48 -0800 Subject: [PATCH] docs: add note about SAML single sign-on --- comment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comment/README.md b/comment/README.md index 38b57b3..9a2471f 100644 --- a/comment/README.md +++ b/comment/README.md @@ -30,7 +30,7 @@ The action supports the following inputs: - `tag`: Optional. Customize the comment tag. This is added to the comment as a markdown comment (hidden) to detect the previously posted comments. This is useful if you have multiple workflows that post comments to the same pull request or commit. -- `github-token`: Optional, default to `${{ github.token }}`. This is the default GitHub token available to actions and is used to post comments. The default [token permissions](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#permissions) work fine; `pull-requests: write` is required if you need to customize these. +- `github-token`: Optional, default to `${{ github.token }}`. This is the default GitHub token available to actions and is used to post comments. The default [token permissions](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#permissions) work fine; `pull-requests: write` is required if you need to customize these. If you are using SAML single sign-on, you must first [authorize the token](https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on). ```yml steps: