question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to see users and data after successful run of action

See original GitHub issue

Hello,

I have implemented this Github action but it doesn’t appear to access any of the user or PR data in the repos. Can you help me understand what might be wrong? Here is the code:

---
name: Pull Request Stats

on: pull_request

jobs:
  stats:
    runs-on: ubuntu-latest
    steps:
      - name: Run pull request stats
        uses: flowwer-dev/pull-request-stats@master
        with:
          token: ${{ secrets.PR_REPORT_GITHUB_PERSONAL_ACCESS_TOKEN }}
          organization: 'Vivpro'
          period: 30
          charts: true
          disable-links: true
          sort-by: 'TIME'
          limit: 0

The job runs successfully. Here is the output I see in the description: image

For some added information, I created a new repo where this workflow lives.

Inside the with, I also tried adding repositories: comma separated list of our repositories but that hasn’t worked either.

Thanks so much in advance for helping!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
LAlexMIcommented, Jan 21, 2022

My AccessToken was not authorized to use SSO. Which is required for our company. After I authorized the token to use SSO it works

0reactions
manuelmhtrcommented, Feb 3, 2022

@pantheman1 could you try with Alex’s solution? If that works, I’ll add it to a Troubleshooting section.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation fails after you remove user rights - SQL Server
Resolution · Log on as an administrator. · Select Start > Run, type Control admintools, and then select OK. · Double-click Local Security...
Read more >
T-SQL Server Agent Job fails "User does not have ...
Try changing the job owner to sa . It is likely that your login does not (and maybe should not) have the ability...
Read more >
How do I use SSM Agent logs to troubleshoot issues with ...
AWS Systems Manager Agent (SSM Agent) fails to run successfully, but I don't know how to troubleshoot the issue using the SSM Agent...
Read more >
Error 'Failed to send request' or unable to login with Data Loader
Users who attempt to connect to Salesforce via Data Loader login may receive an error: Failed to send request. This may be resolved...
Read more >
Managing Background Jobs in Tableau Cloud
Clear the check box to prevent users from running jobs manually. ... If a refresh fails for whatever reason, the publisher (data source...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found