ubiquity / ts-template

A template repository for all @ubiquity projects.
2 stars 24 forks source link

feat: default Jest testing configuration #19

Closed gentlementlegen closed 8 months ago

gentlementlegen commented 8 months ago

Resolves #15

ubiquity-os-deployer[bot] commented 8 months ago
d7670f4
d787bb6
693b8a9
d7a1b1a
gentlementlegen commented 8 months ago

The issue seems to be the same as the other repositories, that the GITHUB_TOKEN is not allowed to do any write operations and fails on Knip, and on posting Jest coverage results to the pull request. Currently the token has the following permissions:

GITHUB_TOKEN Permissions
  Actions: read
  Checks: read
  Contents: read
  Deployments: read
  Discussions: read
  Issues: read
  Metadata: read
  Packages: read
  Pages: read
  PullRequests: read
  RepositoryProjects: read
  SecurityEvents: read
  Statuses: read
0x4007 commented 8 months ago

The issue seems to be the same as the other repositories, that the GITHUB_TOKEN is not allowed to do any write operations and fails on Knip, and on posting Jest coverage results to the pull request. Currently the token has the following permissions:

GITHUB_TOKEN Permissions
  Actions: read
  Checks: read
  Contents: read
  Deployments: read
  Discussions: read
  Issues: read
  Metadata: read
  Packages: read
  Pages: read
  PullRequests: read
  RepositoryProjects: read
  SecurityEvents: read
  Statuses: read

You're free to fix knip too as gitcoindev is occupied with a high priority and large project https://www.github.com/ubiquity/ubiquity-dollar/issues/752