Skip to content

Commit

Permalink
chore(ci): add sponsors action
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea committed Mar 6, 2024
1 parent 1878d26 commit 51b45b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sponsors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: 30 15 * * 0-6

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -31,6 +34,7 @@ jobs:
- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.PAT }}
branch: main
folder: '.'
commit-message: "chore(docs): [skip ci] update sponsors"

0 comments on commit 51b45b6

Please sign in to comment.