Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use app token because of PR / branch protection (#1283)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it For issues the GITHUB_TOKEN is sufficient: https://github.com/open-component-model/ocm/actions/runs/13160047944/job/36726209427. For PRs the branch protection comes in place and the action fails: https://github.com/open-component-model/ocm/actions/runs/13160047944/job/36726209427 Therefore we need to use the github app token from the ocm bot.
- Loading branch information