GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#vue #actions #blog #blog_theme #deploy #javascript #markdown #theme #vue #vuepress #vuepress_blog #vuepress_plugin #vuepress_theme

This tool, called `vuepress-theme-vdoing`, helps you manage your knowledge easily. It lets you build a structured knowledge base that is clear and easy to read, like a book. You can also use it for blogging with customizable settings. The tool is simple and efficient, using Markdown and automated tools to make things easier. It also has quick indexing to find any piece of knowledge quickly.

Using this tool benefits you by organizing your knowledge in a neat and accessible way, making it easier to share and use your information.

https://github.com/xugaoyi/vuepress-theme-vdoing
1
#typescript #actions

To get started with GitHub Actions, you can use pre-made starter workflows. These workflows help you set up tasks like continuous integration, deployments, and automation. Here’s how it benefits you You can find these starter workflows by clicking the "Actions" tab in your repository, making it simple to start.
- **Variety of Tasks** Each workflow has a corresponding properties file where you can add details like name, description, and icon.
- **Testing Before Publishing**: You can test your templates privately by adding a 'preview' label and then make them public when ready.

This saves you time and effort in setting up complex workflows from scratch.

https://github.com/actions/starter-workflows
#typescript #actions #authentication #gcp #github_actions #google_cloud #google_cloud_platform #iam #identity #security

You can securely connect GitHub Actions to Google Cloud using the Google GitHub Action called `auth`. It supports two main ways: the recommended Workload Identity Federation (WIF), which uses short-lived tokens and avoids long-lived service account keys, and the older Service Account Key JSON method. WIF improves security by creating a trust link between your GitHub workflow and Google Cloud without exposing permanent credentials. To use it, you set up a Workload Identity Pool and Provider in Google Cloud, then configure your GitHub workflow to authenticate with these. This lets your workflows access Google Cloud resources safely and easily, reducing risks and simplifying credential management.

https://github.com/google-github-actions/auth