Browse Source

Delete sponsors.yml

main
Steve Ruiz 2 years ago
parent
commit
01edde8f6a
No account linked to committer's email address
1 changed files with 0 additions and 26 deletions
  1. 0
    26
      .github/workflows/sponsors.yml

+ 0
- 26
.github/workflows/sponsors.yml View File

@@ -1,26 +0,0 @@
1
-name: publish-sponsors
2
-on:
3
-  schedule:
4
-    - cron: 30 15 * * 0-6
5
-
6
-jobs:
7
-  generate-sponsors:
8
-    runs-on: ubuntu-latest
9
-    steps:
10
-      - name: Checkout 🛎️
11
-        uses: actions/checkout@v2
12
-
13
-      - name: Generate Sponsors 💖
14
-        uses: JamesIves/github-sponsors-readme-action@releases/v1
15
-        with:
16
-          token: ${{ secrets.PAT }}
17
-          marker: 'real-sponsors'
18
-          file: 'README.md'
19
-          template: '<a href="https://github.com/{{{ login }}}"><img src="https://github.com/{{{ login }}}.png" width="40px" alt="" /></a>'
20
-          minimum: 500
21
-
22
-      - name: Deploy to GitHub Pages
23
-        uses: JamesIves/github-pages-deploy-action@4.1.1
24
-        with:
25
-          branch: dev
26
-          folder: '.'

Loading…
Cancel
Save