Compare commits
1
Commits
v3.0.0
...
bdehamer/foo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8361fa40db |
+2
-1
@@ -540,6 +540,7 @@ const writeAttestation = (attestation, token, options = {}) => __awaiter(void 0,
|
|||||||
const response = yield octokit.request(CREATE_ATTESTATION_REQUEST, {
|
const response = yield octokit.request(CREATE_ATTESTATION_REQUEST, {
|
||||||
owner: github.context.repo.owner,
|
owner: github.context.repo.owner,
|
||||||
repo: github.context.repo.repo,
|
repo: github.context.repo.repo,
|
||||||
|
headers: { 'X-GitHub-Publish-Action': 'true' },
|
||||||
data: { bundle: attestation }
|
data: { bundle: attestation }
|
||||||
});
|
});
|
||||||
const data = typeof response.data == 'string'
|
const data = typeof response.data == 'string'
|
||||||
@@ -86395,4 +86396,4 @@ module.exports = {"i8":"3.0.4"};
|
|||||||
/******/ module.exports = __webpack_exports__;
|
/******/ module.exports = __webpack_exports__;
|
||||||
/******/
|
/******/
|
||||||
/******/ })()
|
/******/ })()
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user