Skip to content

Updates Vaunt cards in the repository using the Vaunt API

License

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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