Skip to content

GitHub Profile Views Counter CI #1025

GitHub Profile Views Counter CI

GitHub Profile Views Counter CI #1025

Workflow file for this run

name: GitHub Profile Views Counter CI
on:
schedule:
- cron: '0 */24 * * *'
workflow_dispatch:
jobs:
release:
name: GitHub Profile Views Counter Action
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
token: ${{ secrets.INSIGHTS_TOKEN }}
- uses: actions/[email protected]
with:
node-version: 18
- uses: formidablae/[email protected]
env:
INSIGHTS_TOKEN: ${{ secrets.INSIGHTS_TOKEN }}