File tree 2 files changed +27
-0
lines changed 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Generate Sponsors README
2
+ on :
3
+ workflow_dispatch :
4
+ schedule :
5
+ - cron : 30 15 * * 0-6
6
+ jobs :
7
+ deploy :
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@v1
15
+ with :
16
+ token : ${{ secrets.GITHUB_SPONSORS_PAT }}
17
+ file : ' README.md'
18
+
19
+ - name : Deploy to GitHub Pages 🚀
20
+ uses : JamesIves/github-pages-deploy-action@v4
21
+ with :
22
+ branch : main
23
+ folder : ' .'
Original file line number Diff line number Diff line change @@ -352,3 +352,7 @@ This project is licensed under the MIT [License](LICENSE).
352
352
## Contact 💌
353
353
354
354
For questions or feedback, please raise an issue or reach out to @beveradb ([ Andrew Beveridge] ( mailto:andrew@beveridge.uk ) ) directly.
355
+
356
+ ## Sponsors
357
+
358
+ <!-- sponsors --> <!-- sponsors -->
You can’t perform that action at this time.
0 commit comments