Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix permission of GitHub Actions workflow.
I got some errors on GitHub Actions. ``` ℹ️ - JUnit Report (5.10) - 143 tests run, 143 passed, 0 skipped, 0 failed. ℹ️ - JUnit Report (5.10) - Creating check for Error: ❌ Failed to create checks using the provided token. (HttpError: Resource not accessible by integration) Warning:⚠️ This usually indicates insufficient permissions. More details: mikepenz/action-junit-report#23 ``` Because the default permissions have changed, permissions must be set explicitly..
- Loading branch information