Releases: AdnaneKhan/Cacheract
Releases · AdnaneKhan/Cacheract
Cacheract Alpha - 0.1.1
This release adds the ability to configure a custom sleep option. Once cacheract runs, it will sleep for the specified number of seconds (set to 15 seconds by default). This will be useful in cases where you need to do something with a more privileged GITHUB_TOKEN. Since cacheract runs at the end of workflows, there isn't enough time to use it for privilege escalation. Setting it to a minute allows for a quick manual action (such as clearing additional cache entries, issuing workflow events, etc.).
What's Changed
- Add custom sleep option. by @AdnaneKhan in #6
- Move static action.yml contents to a different ts file by @AdnaneKhan in #5
Full Changelog: 0.1.0...0.1.1
Cacheract Alpha - 0.1.0
Alpha release of Cacheract Cache Native Malware
Quick Start:
- Clone
https://github.com/ADnaneKhan/Cacheract git checkout 0.1.0- Modify
src/config.tsto contain webhook, replacements, and optional custom cache entries. - Build with
npm run build - Compiled Cacheract in
dist/bundle.js
Deployment
Run with node bundle.js using your default branch execution primitive.