Skip to content

Commit

Permalink
patch(update_bundle.yaml): Update token secret description (#36)
Browse files Browse the repository at this point in the history
Specify scope (`read:org`) needed for personal access token
  • Loading branch information
carlcsaposs-canonical authored Apr 13, 2023
1 parent 0c8efe4 commit 7774f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7774f55

Please sign in to comment.