Perl-Toolchain-Gang / CPAN-Meta-Requirements

a set of version requirements for a CPAN dist
5 stars 15 forks source link

fix permission of GitHub Actions workflow. #39

Open shogo82148 opened 1 year ago

shogo82148 commented 1 year ago

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: https://github.com/mikepenz/action-junit-report/issues/23

example workflows: https://github.com/shogo82148/CPAN-Meta-Requirements/actions/runs/5189253350

Because the default permissions have changed, permissions must be set explicitly.