-
Hey I added my token on secrets as named on the code but I still get this error, Can you pls help me what's wrong here ? |
Beta Was this translation helpful? Give feedback.
Answered by
matinator
Aug 28, 2024
Replies: 2 comments 12 replies
-
No idea why considering that the token has the right properties. Have you checked their repo to see if anything changed recently, or if there are any issues about this? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I did as PAT as required, but still it doesn't find it in the github action, any news on how to possibly fix it? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved it in the end, it was easier than I thought, I only had to change the worflow at line 53 of lighthouse-badger.yml with:
token: ${{ secrets.LIGHTHOUSE_BADGER_TOKEN }}
instead of the original one