Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update add item to project to use the unleash bot (#32)
This PR updates the workflow that adds items to the project board to use the new Unleash bot instead of my personal token. I believe that all sub-repos are configured with the following job definition, which should make this update automatic and smooth: ```yaml jobs: add-to-project: uses: unleash/.github/.github/workflows/add-item-to-project.yml@main secrets: inherit ```
- Loading branch information