diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml deleted file mode 100644 index dfa1b43..0000000 --- a/.github/workflows/action.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Update Badges - -on: - schedule: - # Runs daily at 2 AM UTC - - cron: "0 2 * * *" - workflow_dispatch: # Allow manual runs - -jobs: - update-badges: - name: Update README with Credly Badges - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - name: Update Badges - uses: pemtajo/badge-readme@main - with: - CREDLY_USER: john-ellis.d1fc1b41 - NUMBER_LAST_BADGES: 10 # Show last 10 badges (0 = all)