oss-fuzz/infra/cifuzz/third_party/github_actions_toolkit
jonathanmetzman c779501392
[CIFuzz] Implement filestore based on github artifacts (#5943)
Implement filestore based on github actions' artifacts feature.
This uses the github api and the github actions API.
Also fix imports in github_actions_toolkit library that were broken by move to third_party directory.
2021-06-21 15:28:21 +00:00
..
artifact [CIFuzz] Implement filestore based on github artifacts (#5943) 2021-06-21 15:28:21 +00:00
http_client [CIFuzz] Add python port of github's actions/toolkit nodejs library (#5932) 2021-06-18 04:57:44 -07:00
LICENSE.md [CIFuzz] Add python port of github's actions/toolkit nodejs library (#5932) 2021-06-18 04:57:44 -07:00
README.md [CIFuzz] Add python port of github's actions/toolkit nodejs library (#5932) 2021-06-18 04:57:44 -07:00

README.md

This is a partial Python reimplementation of https://github.com/actions/toolkit. It only reimplements the parts that are needed for uploading artifacts.