Skip to content

Commit

Permalink
Merge pull request #364 from ganeshrvel/fix/readme_ghtokens
Browse files Browse the repository at this point in the history
Updated GITHUB_TOKEN instructions in readme
  • Loading branch information
ganeshrvel committed Apr 26, 2024
2 parents 20b0cce + 1572d11 commit aa04989
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,13 @@ $ "/path/to/OpenMTP.app/Contents/MacOS/OpenMTP" --remote-debugging-port=6363
- Find it from here: [Auth Tokens](https://sentry.io/settings/account/api/auth-tokens)
- Scopes: `event:admin, event:read, member:read, org:read, project:read, project:releases, team:read`
- `GITHUB_TOKEN`: `Personal access token`
- Find it from here: [Personal access tokens](https://github.com/settings/tokens)
- Scopes: `admin:gpg_key, admin:public_key, repo, user, workflow`
- There are two options available:
1. **Fine-grained personal access tokens**
- https://github.com/settings/tokens?type=beta
- Permissions: `Contents - (Read and Write access to code)`
2. **Personal access tokens (classic)**
- https://github.com/settings/tokens
- Scopes: `admin:gpg_key, admin:public_key, repo, user, workflow`
- `CSC_LINK`:
- Keychain -> `Default Keychains` menu in the left -> Login -> My Certificates
- Search for `Developer ID Application` in the top search bar
Expand Down

0 comments on commit aa04989

Please sign in to comment.