[Or.0.1] As am orchestrator, I should be able to connect to Request Network API via a client ID and subscribe to a webhook to listen to a given destination's request #43
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: Auto Add to Project | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| add-to-project: | |
| uses: RequestNetwork/.github/.github/workflows/add-to-project.yml@main | |
| secrets: | |
| PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }} |