runner: fetch the latest kit at session bootstrap instead of relying on bake-time pins #23
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': 'Add to Project' | |
| 'on': | |
| 'issues': | |
| 'types': | |
| - 'opened' | |
| - 'reopened' | |
| - 'transferred' | |
| 'pull_request_target': | |
| 'types': | |
| - 'opened' | |
| - 'reopened' | |
| - 'ready_for_review' | |
| 'permissions': | |
| 'contents': 'read' | |
| 'jobs': | |
| 'add-to-project': | |
| 'uses': 'JorisJonkers-dev/github-workflows/.github/workflows/add-to-project.yml@main' | |
| 'with': | |
| 'project-url': 'https://github.com/orgs/JorisJonkers-dev/projects/2' | |
| 'secrets': | |
| 'PROJECT_AUTOMATION_APP_ID': '${{ secrets.RELEASE_APP_ID }}' | |
| 'PROJECT_AUTOMATION_APP_PRIVATE_KEY': '${{ secrets.RELEASE_APP_PRIVATE_KEY }}' |