Skip to content

Can we use the github token as a parameter for reporting #1999

Open
@10000-ki

Description

@10000-ki

when i use this action in enterprise github, Reporting is failing due to issue of access repository and 403 error returns

�so how about improving it by receiving github token as below

Jacoco Report Action

      - name: Kover Test Report
        uses: actions/jacoco-report@v1.3
        with:
          title: "Koverage"
          paths: ${{ github.workspace }}/build/kover/result.xml
          token: ${{ secrets.GITHUB_TOKEN }}
          min-coverage-overall: 40
          min-coverage-changed-files: 60

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions