Update generated neovim config
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
github: ['windwp']
|
||||
custom: https://paypal.me/trieule1vn
|
||||
patreon: windwp
|
||||
|
||||
25
config/neovim/store/lazy-plugins/nvim-autopairs/.github/workflows/sponsors.yml
vendored
Normal file
25
config/neovim/store/lazy-plugins/nvim-autopairs/.github/workflows/sponsors.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: Generate Sponsors README
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: 0 0 1 */3 *
|
||||
permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Generate Sponsors 💖
|
||||
uses: JamesIves/github-sponsors-readme-action@v1
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
file: 'README.md'
|
||||
|
||||
- name: Deploy to GitHub Pages 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
branch: master
|
||||
folder: '.'
|
||||
Reference in New Issue
Block a user