Skip to content

Commit a0828ef

Browse files
Update ArmorCode API key reference in secrets.yml
1 parent 5b4dd11 commit a0828ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Upload to ArmorCode
4040
if: always()
4141
env:
42-
ARMORCODE_API_KEY: ${{ secrets.CHECKR_GITHUB_SCAN_UPLOAD_ARMORCODE_KEY }}
42+
ARMORCODE_API_KEY: ${{ secrets.ARMORCODE_API_KEY }}
4343
run: |
4444
# Check if file is empty and create a valid JSON structure with 0 findings
4545
if [ ! -s trufflehog-results.json ]; then

0 commit comments

Comments
 (0)