Skip to content

Commit ea767c0

Browse files
author
guylev008
committed
Fix example CI to use secrets instead of env
1 parent ab90f8a commit ea767c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
- name: Install and run Spectral Audit
6363
uses: spectralops/spectral-github-action@v4
6464
with:
65-
spectral-dsn: ${{ env.SPECTRAL_DSN }}
65+
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
6666
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

Comments
 (0)