SpectralOps / spectral-github-action

Spectral Security Integration into your Github Actions pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: TypeError [ERR_INVALID_URL]: Invalid URL

atul2387 opened this issue · comments

Hello team, we have been getting the similar error as mentioned in the #9 whenver Dependabot open a PR to upgrade the packages. How do we resolve this issue permanently?

My Error:

Run spectralops/spectral-github-action@v4
with:
spectral-args: scan --ok --fail-on-error --exclude-tags=low,informational
env:
SPECTRAL_DSN:
Invalid URL
Waiting 16 seconds before trying again
Invalid URL
Error: TypeError [ERR_INVALID_URL]: Invalid URL

Hi @atul2387
Dependabot can't access Github actions secrets. you can see the solution here.