Skip to content

VauntDev/vaunt-cards-action

Use this GitHub Action with your project

Add this Action to an existing workflow or create a new one.

View on Marketplace
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Vaunt Cards Action

This action is used to generate Vaunt repository contribution cards. It will make the API calls to Vaunt with optional authentication with a GitHub Personal Access Token and commit the images to the .vaunt/cards directory.

The GitHub PAT is used only to identify the user so no additional permissions are needed for users. For organizations make sure to select Read access to members. See Vaunt docs here for more details on creating the Personal Access Token.

Example Workflow

Below is an example workflow that updates the Vaunt cards every hour.

name: Vaunt Cards Update
on:
  workflow_dispatch:
  schedule:
  - cron: 30 * * * *

jobs:
  my_job:
    runs-on: ubuntu-latest

    steps:
    - name: Checkout
      uses: actions/checkout@v3
    - name: Update Vaunt Cards
      uses: VauntDev/vaunt-cards-action@main
      with:
        # Github Personal Access Token for private repositories
        token: ${{ secrets.PAT }}

Contributors

You can use the contributors card in your README by adding an image link like this:

![Contributors](.vaunt/cards/contributors.svg)

Contributors

About

Updates Vaunt cards in the repository using the Vaunt API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages