Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 1.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.0 - 2020-12-22

Added

  • Add the github_token input and set by default a token with only the necessary and sufficient privileges available only to the running job. In other words, users do not need to set this themselves except in exceptional cases. It's automatically exported in the runners as GITHUB_API_TOKEN.

1.0.1 - 2020-10-10

Changed

  • Port entire action to TypeScript from a runner plugin so it's easier to collaborate and accept contributions

1.0.0 - 2020-05-16

  • Initial version