From c6c45a6b9f33ed06afb64a45f7d4d4e6f64c6c70 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Thu, 7 Mar 2024 12:01:00 -0600 Subject: [PATCH] Delete update-stats.yaml --- .github/workflows/update-stats.yaml | 45 ----------------------------- 1 file changed, 45 deletions(-) delete mode 100644 .github/workflows/update-stats.yaml diff --git a/.github/workflows/update-stats.yaml b/.github/workflows/update-stats.yaml deleted file mode 100644 index 8f028f5..0000000 --- a/.github/workflows/update-stats.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# name: GitHub Profile Stats - -# # on: -# # push: -# # branches: -# # - main -# # schedule: -# # # run everyday at 12:00 UTC -# # - cron: "0 12 * * *" -# # workflow_dispatch: - -# permissions: -# # Give the default GITHUB_TOKEN write permission to commit and push the -# # added or changed files to the repository. -# contents: write - -# jobs: -# Collect-GitHub-Stats: -# runs-on: ubuntu-latest -# concurrency: -# group: stats-concurrency -# cancel-in-progress: true -# steps: -# - uses: actions/checkout@v3 - -# - uses: actions/setup-node@v2 -# with: -# node-version: "20" - -# - name: Run install -# uses: borales/actions-yarn@v5 -# with: -# cmd: install - -# - name: Run build -# uses: borales/actions-yarn@v5 -# with: -# cmd: build - -# - uses: ./ -# env: -# GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} -# # with: - -# - uses: stefanzweifel/git-auto-commit-action@v5