Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guylev008 committed May 17, 2022
1 parent e8179b0 commit adcc0f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install and run Spectral CI
uses: ./
uses: spectralops/spectral-github-action@v2
with:
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
spectral-args: scan --ok
Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install and run Spectral Audit
uses: ./
uses: spectralops/spectral-github-action@v2
with:
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
spectral-args: github -k repo -t ${{ secrets.MY_GITHUB_TOKEN }} https://github.com/SpectralOps/spectral-github-action --include-tags base,audit --ok
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install and run Spectral CI
uses: ./
uses: spectralops/spectral-github-action@v2
with:
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
spectral-args: scan --ok
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install and run Spectral Audit
uses: ./
uses: spectralops/spectral-github-action@v2
with:
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
spectral-args: github -k repo -t ${{ secrets.MY_GITHUB_TOKEN }} https://github.com/SpectralOps/spectral-github-action --include-tags base,audit --ok
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install and run Spectral CI
uses: ./
uses: spectralops/spectral-github-action@v2
with:
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
spectral-args: scan --ok
Expand All @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install and run Spectral Audit
uses: ./
uses: spectralops/spectral-github-action@v2
with:
spectral-dsn: ${{ secrets.SPECTRAL_DSN }}
spectral-args: github -k repo -t ${{ secrets.MY_GITHUB_TOKEN }} https://github.com/SpectralOps/spectral-github-action --include-tags base,audit --ok

0 comments on commit adcc0f5

Please sign in to comment.