tracehubpm / code-review-action

Quality of Code Review Checker, plugin it as GitHub Action
MIT License
7 stars 2 forks source link

Requesting Access to Security Tokens for GitHub Actions Workflow #123

Open YasenevGleb opened 3 months ago

YasenevGleb commented 3 months ago

I'm encountering difficulties accessing the security tokens required for our GitHub Actions workflow. Specifically, I do not have the necessary permissions to retrieve security tokens, such as GITHUB_TOKEN, from the original repository. As a result, certain actions within our workflow are failing due to authentication issues.

h1alexbel commented 3 months ago

@YasenevGleb thanks for the report. Yes, this one was done in order to make integration tests on real pull requests. While it's not the best solution, for now you can create fork of https://github.com/tracehubpm/test and use it locally to check