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

Updated GITHUB_TOKEN instructions in readme #364

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading