We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab90f8a commit ea767c0Copy full SHA for ea767c0
.github/workflows/main.yml
@@ -62,5 +62,5 @@ jobs:
62
- name: Install and run Spectral Audit
63
uses: spectralops/spectral-github-action@v4
64
with:
65
- spectral-dsn: ${{ env.SPECTRAL_DSN }}
+ spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
66
spectral-args: github -k repo -t ${{ secrets.MY_GITHUB_TOKEN }} https://github.com/SpectralOps/spectral-github-action --include-tags base,audit --ok
0 commit comments