This message was deleted.
# general
s
This message was deleted.
b
if you don’t set a GITHUB token the github api will rate limit you
have you set a token in your pipeline?
can be as simple as:
Copy code
env:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
(in github actions)
s
I'll try that, thank you!