diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cd.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2691d91..9627f66 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -48,6 +48,12 @@ jobs: npm install npm run build npm run export + - name: '[Add GitHub Sponsors to Readme]' + uses: JamesIves/[email protected] + with: + token: ${{secrets.PAT}} + file: 'README.md' + - name: '[commit changes]' run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" |