Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-10-12)

### Bug Fixes

* 🐛 action input ([07b2883](07b2883))
* 🐛 clean secret ([7549b8e](7549b8e))
* 🐛 context repo ([2bf8276](2bf8276))
* 🐛 custom Octokit ([2fec726](2fec726))
* 🐛 debug info ([897503d](897503d))
* 🐛 detect post action ([5b17c0b](5b17c0b))
* 🐛 error info ([0a8eaba](0a8eaba))
* 🐛 get public key ([18164f9](18164f9))
* 🐛 handle post actions ([85cb0ca](85cb0ca))
* 🐛 invalid workflow file ([c12c777](c12c777))
* 🐛 lint staged script ([6b1677b](6b1677b))
* 🐛 octokit ([029662a](029662a))
* 🐛 pipeline ([2e617c8](2e617c8))
* 🐛 pipeline ([e3f4e4e](e3f4e4e))
* 🐛 post action ([3283c11](3283c11))
* 🐛 post action ([1af3528](1af3528))
* 🐛 public api ([e6cf021](e6cf021))
* 🐛 set secret ([ef42837](ef42837))
* 🐛 set secret ([655ebe5](655ebe5))
* 🐛 set secret ([a560364](a560364))
* 🐛 tkoen ([debf991](debf991))
* 🐛 token ([290c5f6](290c5f6))
* 🐛 type errors ([ab966ce](ab966ce))
* 🐛 use `createAppAuth` to generate token ([27b49b2](27b49b2))
* post action ([88d3424](88d3424))
* post clean job ([527b8b3](527b8b3))
* post job cleanup ([e49cf78](e49cf78))
* post job cleanup ([11286d9](11286d9))
* typos ([f673ea8](f673ea8))
* use env virables ([0927d96](0927d96))

### Features

* ✨ do not generate default "token" env variable ([7488fcc](7488fcc))
* ✨ export environment varibale ([e42d1af](e42d1af))
* ✨ fallback token when failed ([7536254](7536254))
* ✨ init ([fad333d](fad333d))
* ✨ pipeline ([710f897](710f897))
* ✨ post action to cleanup secret ([1c1811e](1c1811e))
* ✨ support variable name ([e675890](e675890))
* ✨ test token in secrets ([7b88958](7b88958))
* ✨ use GITHUB_TOKEN as custom secret name ([a97d2e8](a97d2e8))
* export app name to env or save to secret ([5207c76](5207c76))
  • Loading branch information
wow-actions-bot[bot] committed Oct 12, 2024
1 parent 08a0b74 commit 3fe40e9
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 1,548 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# 1.0.0 (2024-10-12)


### Bug Fixes

* 🐛 action input ([07b2883](https://github.com/wow-actions/use-app-token/commit/07b2883d7b563400f39ec1743db6398e937662d5))
* 🐛 clean secret ([7549b8e](https://github.com/wow-actions/use-app-token/commit/7549b8ee087af9817c4207f49c316f0122503e17))
* 🐛 context repo ([2bf8276](https://github.com/wow-actions/use-app-token/commit/2bf82761b6ed4998d256cb408288b01e798260a6))
* 🐛 custom Octokit ([2fec726](https://github.com/wow-actions/use-app-token/commit/2fec726f2f274a06785e3bf82b01b92dd90e11f5))
* 🐛 debug info ([897503d](https://github.com/wow-actions/use-app-token/commit/897503d15306279b02db616b0f3aff3f1ab57f8e))
* 🐛 detect post action ([5b17c0b](https://github.com/wow-actions/use-app-token/commit/5b17c0b9d6877f28d2b55bc963dbd1814a61f353))
* 🐛 error info ([0a8eaba](https://github.com/wow-actions/use-app-token/commit/0a8eabaa98fadff8994f81299b16e017d537f1b1))
* 🐛 get public key ([18164f9](https://github.com/wow-actions/use-app-token/commit/18164f96eae6dcab74d161391b1eec1454329266))
* 🐛 handle post actions ([85cb0ca](https://github.com/wow-actions/use-app-token/commit/85cb0ca276a2615b1f7a1d5947f7bb10cf34b7fe))
* 🐛 invalid workflow file ([c12c777](https://github.com/wow-actions/use-app-token/commit/c12c777d5852a565e148b469c715bf1e6c8defdc))
* 🐛 lint staged script ([6b1677b](https://github.com/wow-actions/use-app-token/commit/6b1677bc8d765ef4fe4a35c9b27955d5b5a06002))
* 🐛 octokit ([029662a](https://github.com/wow-actions/use-app-token/commit/029662a5f0fa377ddf3ec9761099a7a875f254c3))
* 🐛 pipeline ([2e617c8](https://github.com/wow-actions/use-app-token/commit/2e617c876a19d289508cdac2ff2d0679189756b0))
* 🐛 pipeline ([e3f4e4e](https://github.com/wow-actions/use-app-token/commit/e3f4e4eaa0d81784a70d5ecbe42bec3ea4c032a8))
* 🐛 post action ([3283c11](https://github.com/wow-actions/use-app-token/commit/3283c116208a2afadaccd2f29a07a39e8d2fa6ab))
* 🐛 post action ([1af3528](https://github.com/wow-actions/use-app-token/commit/1af3528087bbcdffa4e8bff2e350900b3e0ec993))
* 🐛 public api ([e6cf021](https://github.com/wow-actions/use-app-token/commit/e6cf02168b87b2be0bb14cd0065fcf350eae9604))
* 🐛 set secret ([ef42837](https://github.com/wow-actions/use-app-token/commit/ef428377925c23aee10274ac363433b7c5465618))
* 🐛 set secret ([655ebe5](https://github.com/wow-actions/use-app-token/commit/655ebe5a9aeba6669e32f6297fad2fd1a5482b9d))
* 🐛 set secret ([a560364](https://github.com/wow-actions/use-app-token/commit/a5603648145ebd5d2f54f02026990c3f765370a7))
* 🐛 tkoen ([debf991](https://github.com/wow-actions/use-app-token/commit/debf9915c9c36648f1e783c83abc8867f0199233))
* 🐛 token ([290c5f6](https://github.com/wow-actions/use-app-token/commit/290c5f67a7703c374240835ff387f2ccaeb47cd9))
* 🐛 type errors ([ab966ce](https://github.com/wow-actions/use-app-token/commit/ab966ce520a93003338272d29b9c90e8a726fe44))
* 🐛 use `createAppAuth` to generate token ([27b49b2](https://github.com/wow-actions/use-app-token/commit/27b49b2a95fe3636df7089f1131eb71d3730aecd))
* post action ([88d3424](https://github.com/wow-actions/use-app-token/commit/88d3424ad43e38fcd2ab6fc2ded045a6ec08c39b))
* post clean job ([527b8b3](https://github.com/wow-actions/use-app-token/commit/527b8b350dd8e69281cb0799908ce8e682be1f75))
* post job cleanup ([e49cf78](https://github.com/wow-actions/use-app-token/commit/e49cf787a672e3f4975494f2ed363edcf6d6b009))
* post job cleanup ([11286d9](https://github.com/wow-actions/use-app-token/commit/11286d9bdeccc28e48f5be4d1ee98f8c7534ceb7))
* typos ([f673ea8](https://github.com/wow-actions/use-app-token/commit/f673ea8c3109162314df12f97a5a9695f1d6de1a))
* use env virables ([0927d96](https://github.com/wow-actions/use-app-token/commit/0927d96f1ddc12c7e7f9e798867e2ba74d2b61f3))


### Features

* ✨ do not generate default "token" env variable ([7488fcc](https://github.com/wow-actions/use-app-token/commit/7488fcc73fd84c49de0199643d4f6cb1d7d47bd5))
* ✨ export environment varibale ([e42d1af](https://github.com/wow-actions/use-app-token/commit/e42d1af59d621278a2fed02f7d15d67c53a808a0))
* ✨ fallback token when failed ([7536254](https://github.com/wow-actions/use-app-token/commit/7536254781a57238cb81e2a27e1401882f93dab0))
* ✨ init ([fad333d](https://github.com/wow-actions/use-app-token/commit/fad333dacc7dce2014bbbb0f4f296ad9cc9fb95a))
* ✨ pipeline ([710f897](https://github.com/wow-actions/use-app-token/commit/710f89741825faf635182cd36a2fff27ee326e5a))
* ✨ post action to cleanup secret ([1c1811e](https://github.com/wow-actions/use-app-token/commit/1c1811e35f54bdb437b58cfda3e48b594605b0e7))
* ✨ support variable name ([e675890](https://github.com/wow-actions/use-app-token/commit/e67589021bd50b7e1387c3a4f959189154a7e3b4))
* ✨ test token in secrets ([7b88958](https://github.com/wow-actions/use-app-token/commit/7b889582a4c7aec8dfdb89519bc8ce55ddbd3484))
* ✨ use GITHUB_TOKEN as custom secret name ([a97d2e8](https://github.com/wow-actions/use-app-token/commit/a97d2e83d27de649db33fcc0e5123419588ca934))
* export app name to env or save to secret ([5207c76](https://github.com/wow-actions/use-app-token/commit/5207c762d9c975fec66081528f2cd86c8b3d18ed))
17 changes: 8 additions & 9 deletions dist/index.js

Large diffs are not rendered by default.

Binary file added dist/index.js.cache
Binary file not shown.
9 changes: 9 additions & 0 deletions dist/index.js.cache.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3fe40e9

Please sign in to comment.