From 9f5dcc054b283ef3950da57ba67f02792316d208 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 18 Nov 2021 15:41:38 +0100 Subject: cd: Add sponsors integration --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/cd.yml') diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2691d91..4f8fd6f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -48,6 +48,8 @@ jobs: npm install npm run build npm run export + - name: '[Add GitHub Sponsors to Readme]' + uses: JamesIves/github-sponsors-readme-action@1.0.5 - name: '[commit changes]' run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" -- cgit v1.2.3