Skip to content

The GitHub Releases Markdown Editor now has an editor toolbar

The markdown editor used when creating or editing a release in a GitHub repository now has a text-editing toolbar.

Learn more about creating software releases on GitHub.

GitHub Secret Scanning scans repositories for known types of secrets, to prevent fraudulent use of secrets that were committed accidentally. This protects users from fraud and data leaks.

GitHub has partnered with Linear and Ionic to scan for their developer tokens! They are just the latest GitHub secret scanning integrators – since 2018 GitHub has collaborated with 36 token issuers to help keep their customers secure. We continue to welcome new partners for public repo secret scanning. In addition, GitHub Advanced Security customers can also scan their private repositories for leaked secrets.

See more

You can now run Node.js projects faster on GitHub Actions by enabling dependency caching on the setup-node action. setup-node supports caching from both npm and yarn package managers.

- uses: actions/setup-node@v2
  with:
    node-version: '14'
    cache: npm

For questions, visit the GitHub Actions community

See more