Skip to content

GitHub Profile Views Counter CI #1452

GitHub Profile Views Counter CI

GitHub Profile Views Counter CI #1452

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 }}
# - name: Commit & Push
# run: |
# git config user.name "View Counter"
# git config --global user.email "[email protected]"
# git add -A .
# git commit -m "Add view Counter"
# git push