From 7774f55e29760784f7cff9038bbf7d219aa51b22 Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Thu, 13 Apr 2023 12:26:13 +0000 Subject: [PATCH] patch(update_bundle.yaml): Update `token` secret description (#36) Specify scope (`read:org`) needed for personal access token --- .github/workflows/update_bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_bundle.yaml b/.github/workflows/update_bundle.yaml index 780c8f6a..0d81a0dd 100644 --- a/.github/workflows/update_bundle.yaml +++ b/.github/workflows/update_bundle.yaml @@ -24,7 +24,7 @@ on: - If GitHub team is requested for pull request review, Access: Read-only for Organization permissions: Members - Permissions needed for personal access token: write access to repository, member of organization + Permissions needed for personal access token: write access to repository, read:org Personal access tokens with fine grained access are not supported (by GraphQL API, which is used by GitHub CLI). The GITHUB_TOKEN can create a pull request, but `on: pull_request` workflows will not be triggered.