Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add details about using a classic PAT #356

Merged
merged 4 commits into from
May 9, 2023
Merged

Commits on Apr 4, 2023

  1. build(deps-dev): bump @typescript-eslint/parser from 5.57.0 to 5.57.1 (

    …actions#357)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.0 to 5.57.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    80dff83 View commit details
    Browse the repository at this point in the history
  2. Add details about using a classic PAT

    Let's include details in the readme to avoid error because of the following:
    
    > Personal access tokens with fine grained access do not support the GraphQL API. 
    
    > 'projectV2' field requires the scopes 'read:project'
    
    > 'addProjectV2ItemById' field requires the scope 'project'
    LL782 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9d30cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eedc0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    539b3f9 View commit details
    Browse the repository at this point in the history