Commit 69bdcb9
Changed files (2)
.github
workflows
.github/workflows/my-badges.yml
@@ -1,18 +0,0 @@
-name: my-badges
-
-on:
- workflow_dispatch:
- schedule:
- - cron: '0 0 * * *'
-
-permissions:
- contents: write
-
-jobs:
- my-badges:
- runs-on: ubuntu-latest
- steps:
- - name: Update My Badges
- run: npx update-my-badges ${{github.repository_owner}} --repo=${{ github.repository }}
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
README.md
@@ -12,8 +12,7 @@ Here is how to add my badges to your profile:
<!-- my-badges start -->
<!-- my-badges end -->
```
-- Add the following workflow [`.github/workflows/my-badges.yml`](.github/workflows/my-badges.yml)
- to your repository.
+- Add the following workflow `.github/workflows/my-badges.yml` to your repository.
```yaml
name: my-badges