Skip to content

Deploying to main from @ k3d-io/k3d@3e7fd5f01b9ced4c83d4293fc789d4b7f… #69

Deploying to main from @ k3d-io/k3d@3e7fd5f01b9ced4c83d4293fc789d4b7f…

Deploying to main from @ k3d-io/k3d@3e7fd5f01b9ced4c83d4293fc789d4b7f… #69

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 }}