Skip to content

Commit aa98fc3

Browse files
committed
chore(workflows): migrate to SOCKET_API_TOKEN canonical input
Reusable workflow now declares SOCKET_API_TOKEN as primary (SOCKET_API_KEY kept as deprecated alias for one cycle). Update the LHS to the canonical name; RHS `secrets.X` reference stays as the repo's actual GitHub-side secret name.
1 parent 2fe7910 commit aa98fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
setup-script: 'ci:validate'
3737
use-trusted-publishing: true
3838
secrets:
39-
SOCKET_API_KEY: ${{ secrets.SOCKET_API_TOKEN }}
39+
SOCKET_API_TOKEN: ${{ secrets.SOCKET_API_TOKEN }}

0 commit comments

Comments
 (0)