Skip to content

Commit 2cdf26c

Browse files
authored
Merge pull request #120 from puppetlabs/maint/change-snyk-key
(maint) Change Snyk key to SNYK_CD4PE_KEY
2 parents 13aabea + 4deca4c commit 2cdf26c

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)