fix(providers): add issuer to GitHub provider for RFC 9207 compliance… #2491
This file contains hidden or 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: Sync Example Repositories | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| sync: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@v3 | |
| - name: Run GitHub File Sync | |
| uses: balazsorban44/repo-file-sync-action@master | |
| with: | |
| GH_PAT: ${{ secrets.GH_PAT }} | |
| IS_FINE_GRAINED: true | |
| SKIP_PR: true | |
| ORIGINAL_MESSAGE: true |