We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9463f80 commit 51388bdCopy full SHA for 51388bd
1 file changed
.github/workflows/socket.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Run Socket Security Scan
43
env:
44
- SOCKET_SECRET: ${{ secrets.SOCKET_SECRET }}
+ SOCKET_SECURITY_API_KEY: ${{ secrets.SOCKET_SECURITY_API_KEY }}
45
GH_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
run: |
47
# Determine PR number based on event type
0 commit comments