Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix usage of
tibdex/github-app-token
in Release workflow (#2502)
The argument needs to be JSON, so the string element in the array needs to be wrapped in `"`. See the [Github docs](https://docs.github.com/en/actions/learn-github-actions/variables), but doing `"${{ github.repository }}"` is valid.
- Loading branch information