Skip to content

Custom badges

Custom badges #1

Workflow file for this run

name: Build custom repository badges
on: [push]
jobs:
create_badges:
name: create_gist_badges
runs-on: ubuntu-latest
steps:
- name: Create repository activity badge
uses: schneegans/dynamic-badges-action@v1.7.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: a9a2b2a02fda1b33461d53ddfe69d649
filename: WireWrapper_status_badge.json
label: "Status"
message: ${{ vars.REPO_STATUS }}
color: ${{ vars.REPO_STATUS_COLOR }}