Skip to content

GitHub Profile Views Counter CI #1541

GitHub Profile Views Counter CI

GitHub Profile Views Counter CI #1541

Workflow file for this run

name: GitHub Profile Views Counter CI
on:
schedule:
- cron: '0 */6 * * *'
workflow_dispatch:
jobs:
release:
name: GitHub Profile Views Counter Action
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.4
with:
token: ${{ secrets.INSIGHTS_TOKEN }}
- uses: actions/setup-node@v2.1.5
with:
node-version: 14.17.0
- uses: gayanvoice/github-profile-views-counter-action@3.0.0
env:
INSIGHTS_TOKEN: ${{ secrets.INSIGHTS_TOKEN }}