Skip to content

Commit 4deca4c

Browse files
committed
(maint) Change Snyk key to SNYK_CD4PE_KEY
Currently, our snyk action reports to the foss project with the SNYK_FOSS_KEY but we want to see it in our snyk project, since we're the primary maintainers and it'll make visibility much better for us, so this commit changes the snyk command to use SNYK_CD4PE_KEY instead.
1 parent 13aabea commit 4deca4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: run snyk
2020
run: snyk monitor --file=Gemfile.lock --project-name=${{github.repository}}:Gemfile.lock
2121
env:
22-
SNYK_TOKEN: ${{ secrets.SNYK_FOSS_KEY }}
22+
SNYK_TOKEN: ${{ secrets.SNYK_CD4PE_KEY }}

0 commit comments

Comments
 (0)