Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Feb 2, 2024
1 parent 3a06898 commit abe6a02
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,21 @@ jobs:
env:
SPONSORKIT_AFDIAN_USER_ID: ${{ secrets.SPONSORKIT_AFDIAN_USER_ID }}
SPONSORKIT_AFDIAN_TOKEN: ${{ secrets.SPONSORKIT_AFDIAN_TOKEN }}
- uses: EndBug/add-and-commit@v9

- name: Commit and push if changes are made
run: |
git config --global user.email "[email protected]"
git config --global user.name "FliPPeDround"
git add -A
git commit -m "chore: update deps" || echo "No changes to commit"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
message: "chore: update sponsors"
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
token: ${{ secrets.MY_GITHUB_TOKEN }}
commit-message: 'chore: update sponsors'
title: 'chore: update sponsors'
body: Update sponsors
branch: chore/update-sponsors
delete-branch: true
base: main

0 comments on commit abe6a02

Please sign in to comment.