Fix an issue preventing the deployment of the OpenIddict.Sandbox.Maui… #503
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: push | |
on: | |
push: | |
branches: | |
- dev | |
jobs: | |
sponsor_job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Generate sponsors section | |
uses: JamesIves/github-sponsors-readme-action@v1 | |
with: | |
token: ${{ secrets.SPONSORS_TOKEN }} | |
file: 'README.md' | |
- name: Deploy to GitHub Pages | |
uses: JamesIves/github-pages-deploy-action@v4 | |
with: | |
branch: dev | |
folder: '.' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
git-config-name: OpenIddict Bot | |
git-config-email: [email protected] | |
commit-message: Update the sponsors section |