Skip to content

GitHub Profile Views Counter CI #1769

GitHub Profile Views Counter CI

GitHub Profile Views Counter CI #1769

Workflow file for this run

name: GitHub Profile Views Counter CI
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
jobs:
release:
name: GitHub Profile Views Counter Action
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.INSIGHTS_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Github Profile Views Counter
uses: gayanvoice/github-profile-views-counter-action@3.0.0
env:
INSIGHTS_TOKEN: ${{ secrets.INSIGHTS_TOKEN }}