Skip to content

Commit 13ce1ea

Browse files
ping-huang1claude
andcommitted
fix: source Socket API token from SOCKET_SECURITY_API_KEY secret
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 41cf6a0 commit 13ce1ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/socket_reachability.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Run Socket Security Scan
6060
env:
61-
SOCKET_SECURITY_API_TOKEN: ${{ secrets.SOCKET_SECURITY_API_TOKEN }}
61+
SOCKET_SECURITY_API_TOKEN: ${{ secrets.SOCKET_SECURITY_API_KEY }}
6262
PYTHONUNBUFFERED: "1"
6363
ENABLE_REACH: ${{ github.event.inputs.enable_reachability }}
6464
run: |

0 commit comments

Comments
 (0)