|
@@ -136,6 +136,8 @@ jobs:
|
|
run: python .github/workflows/update_pyproject.py ${GITHUB_REF#refs/tags/}
|
|
run: python .github/workflows/update_pyproject.py ${GITHUB_REF#refs/tags/}
|
|
- name: Update sponsors in README and on website
|
|
- name: Update sponsors in README and on website
|
|
run: python .github/workflows/fetch_sponsors.py
|
|
run: python .github/workflows/fetch_sponsors.py
|
|
|
|
+ env:
|
|
|
|
+ GITHUB_TOKEN: ${{ github.token }}
|
|
- name: Commit and push changes
|
|
- name: Commit and push changes
|
|
run: |
|
|
run: |
|
|
git config --global user.name "github-actions[bot]"
|
|
git config --global user.name "github-actions[bot]"
|