Skip to content

build(deps): bump golang.org/x/net from 0.7.0 to 0.23.0 in /docgen (#… #46

build(deps): bump golang.org/x/net from 0.7.0 to 0.23.0 in /docgen (#…

build(deps): bump golang.org/x/net from 0.7.0 to 0.23.0 in /docgen (#… #46

name: Generate Sponsors README
on:
push:
branches:
- main
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.READER_PAT }}
file: 'README.md'
template: '<li><a href="{{{ url }}}">[<strong>{{{ login }}}</strong>]</a> {{{ name }}}</li>'
organization: true
- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: '.'
token: ${{ secrets.WRITER_PAT }}