zyborg / dotnet-tests-report

GitHub Action to run .NET Core tests and generate report attached to Workflow Run
MIT License
112 stars 36 forks source link

GIST_TOKEN #41

Open AlexHedley opened 1 year ago

AlexHedley commented 1 year ago

Is GIST_TOKEN an existing one like GITHUB_TOKEN or do you have to create it?

AlexHedley commented 1 year ago

action.yml

  gist_token:
    description: |
      GitHub OAuth/PAT token to be used for accessing Gist to store
      test results report. The integrated GITHUB_TOKEN that is normally
      accessible during a Workflow does not include read/write permissions
      to associated Gists, therefore a separate token is needed.
      You can control which account is used to actually store the state by
      generating a token associated with the target account.