Skip to content

GitHub Readme Showwcase Cards

Actions
Workflow for displaying your Showwcase profile as an SVG
v1.3.0
Latest
Star (8)

Showwcase Readme Cards

My Skills

How to Use

  1. Add the following code to your README.md file.
<!-- BEGIN SHOWWCASE_PROFILE>
<!-- END SHOWWCASE_PROFILE>
  1. Get the Showwcase API key from here.

  2. Add the API key as a GitHub secret with the name SHOWWCASE_API_KEY. You can do this by going to Settings > Secrets and clicking on New repository secret. Here is a video tutorial on how to do this.

  3. Add a new workflow in the .github folder. You can do this by going to .github/workflows and clicking on New file and add the following code to it. Replace your username in the above code and commit the file.

name: Showwcase Profile Card
on:
  schedule:
    # Runs every day at 12:00
    - cron: "0 12 * * *"
  push:
    branches:
      - main
  workflow_dispatch:

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: sahil-sagwekar2652/github-readme-showwcase-cards@main
        id: showwcase-cards
        with: 
          api_key: ${{ secrets.SHOWWCASE_API_KEY }}
          theme: "dark"
          username: <your showwcase username>

Example

sahil-sagwekar2652

GitHub Readme Showwcase Cards is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Workflow for displaying your Showwcase profile as an SVG
v1.3.0
Latest

GitHub Readme Showwcase Cards is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.