Commit b17ff7a
authored
ci: use AZURE_DEVOPS_PAT secret for vsce publish (#120)
The release workflow referenced `secrets.VSCE_PAT`, but the repo only
has `AZURE_DEVOPS_PAT` configured. The name mismatch caused the env var
to expand to empty, which vsce reported as a PAT verification failure
(TF400813) in the v0.0.1 release run.1 parent b91ba08 commit b17ff7a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
0 commit comments