Skip to content

New push notification types, schedules on GitHub Mobile

GitHub Mobile now supports push notifications for pull request review requests, issue and pull request assignments, and deployment reviews. Enable these new push notification types within Settings > Notifications.

Screenshot of push notification toggles for GitHub for iOS Screenshot of push notification toggles for GitHub for Android

Get notified on your schedule using push notification schedules. Set days of the week and times of the day that you'd like to receive push notifications within Settings > Notifications in GitHub Mobile.

Screenshot of push notification schedule settings for GitHub for iOS Screenshot of push notification schedule settings for GitHub for Android

Read more about GitHub Mobile and send us your feedback to help us improve.

Secret scanning for private repositories is now generally available for all GitHub Advanced Security customers on GitHub Enterprise Cloud. Since announcing the beta last year, we've:

We have lots more improvements planned for secret scanning, including support for custom patterns in June.

Learn more about secret scanning
Learn more about GitHub Advanced Security

See more

As we announced previously, the format of GitHub authentication tokens has changed. The following token types are affected:

If you use any of these tokens, we encourage you to reset them now. This will give you additional security benefits and allow Secret Scanning to detect the tokens.

Notably, the token formats now include the following updates:

  • The character set changed from [a-f0-9] to [A-Za-z0-9_]
  • The format now includes a prefix for each token type:
    • ghp_ for Personal Access Tokens
    • gho_ for OAuth Access tokens
    • ghu_ for GitHub App user-to-server tokens
    • ghs_ for GitHub App server-to-server tokens
    • ghr_ for GitHub App refresh tokens

The length of our tokens is remaining the same for now. However, GitHub tokens will likely increase in length in future updates, so integrators should plan to support tokens up to 255 characters after June 1, 2021.

See more