Skip to content

GitHub Profile Views Counter CI #4628

GitHub Profile Views Counter CI

GitHub Profile Views Counter CI #4628

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/[email protected]
with:
token: ${{ secrets.INSIGHTS_TOKEN }}
- uses: actions/[email protected]
with:
node-version: 14.17.0
- uses: gayanvoice/github-profile-views-counter-action@master
env:
INSIGHTS_TOKEN: ${{ secrets.INSIGHTS_TOKEN }}