PHP Classes

File: .github/workflows/github-traffic-badge.yml

Recommend this page to a friend!
  Packages of Alberto Arena   Laravel Truss   .github/workflows/github-traffic-badge.yml   Download  
File: .github/workflows/github-traffic-badge.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Truss
View a diagram of a Laravel application models
Author: By
Last change:
Date: 9 days ago
Size: 395 bytes
 

Contents

Class file image Download
name: GitHub Traffic Badge on: schedule: - cron: '0 3 * * *' workflow_dispatch: permissions: contents: write jobs: update-badge: runs-on: ubuntu-latest steps: - uses: albertoarena/github-traffic-badge@v1 with: token: ${{ secrets.TRAFFIC_TOKEN }} metric: views color: blue label: 'Repo views' lowercase: true