summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-11-18 15:46:54 +0100
committerGitHub <[email protected]>2021-11-18 15:46:54 +0100
commit6ab3ac9fd63668df9216a440a8c7cf18afe72d43 (patch)
tree5086cb8a9b90240799b9de3446f243c914e51616
parent23f21a972d1b08a213e4b4d18b78afcf32459d9f (diff)
cd: add secrets
-rw-r--r--.github/workflows/cd.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 4f8fd6f..9627f66 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -50,6 +50,10 @@ jobs:
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"