Skip to content

Commit

Permalink
Changing environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriae committed Feb 28, 2025
1 parent eaa9235 commit ca1a64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sourcery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

- name: Login to Sourcery
env:
SOURCERY_TOKEN: ${{ secrets.SOURCERY_TOKEN }}
SOURCERY_TOKEN: ${{ code_analysis.SOURCERY_TOKEN }}
run: sourcery login --token $SOURCERY_TOKEN

- name: Run Sourcery Analysis
env:
SOURCERY_TOKEN: ${{ secrets.SOURCERY_TOKEN }}
SOURCERY_TOKEN: ${{ code_analysis.SOURCERY_TOKEN }}
run: |
sourcery review . --sarif --output results-sourcery.sarif
Expand Down

0 comments on commit ca1a64e

Please sign in to comment.