We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a403e4 commit 21fbee5Copy full SHA for 21fbee5
.github/workflows/create-release.yml
@@ -51,7 +51,7 @@ jobs:
51
// exchange the OIDC token for an API token
52
const mint_resp = await fetch('https://test.pypi.org/_/oidc/github/mint-token', {
53
method: 'post',
54
- body: '{"token": oidc_token}' ,
+ body: `{"token": "${oidc_token}"}` ,
55
headers: {'Content-Type': 'application/json'},
56
}
57
);
0 commit comments