Skip to content

Commit 3fe40e9

Browse files
author
wow-actions-bot[bot]
committed
chore(release): 1.0.0 [skip ci]
# 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))
1 parent 08a0b74 commit 3fe40e9

File tree

6 files changed

+67
-1548
lines changed

6 files changed

+67
-1548
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# 1.0.0 (2024-10-12)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 action input ([07b2883](https://github.com/wow-actions/use-app-token/commit/07b2883d7b563400f39ec1743db6398e937662d5))
7+
* 🐛 clean secret ([7549b8e](https://github.com/wow-actions/use-app-token/commit/7549b8ee087af9817c4207f49c316f0122503e17))
8+
* 🐛 context repo ([2bf8276](https://github.com/wow-actions/use-app-token/commit/2bf82761b6ed4998d256cb408288b01e798260a6))
9+
* 🐛 custom Octokit ([2fec726](https://github.com/wow-actions/use-app-token/commit/2fec726f2f274a06785e3bf82b01b92dd90e11f5))
10+
* 🐛 debug info ([897503d](https://github.com/wow-actions/use-app-token/commit/897503d15306279b02db616b0f3aff3f1ab57f8e))
11+
* 🐛 detect post action ([5b17c0b](https://github.com/wow-actions/use-app-token/commit/5b17c0b9d6877f28d2b55bc963dbd1814a61f353))
12+
* 🐛 error info ([0a8eaba](https://github.com/wow-actions/use-app-token/commit/0a8eabaa98fadff8994f81299b16e017d537f1b1))
13+
* 🐛 get public key ([18164f9](https://github.com/wow-actions/use-app-token/commit/18164f96eae6dcab74d161391b1eec1454329266))
14+
* 🐛 handle post actions ([85cb0ca](https://github.com/wow-actions/use-app-token/commit/85cb0ca276a2615b1f7a1d5947f7bb10cf34b7fe))
15+
* 🐛 invalid workflow file ([c12c777](https://github.com/wow-actions/use-app-token/commit/c12c777d5852a565e148b469c715bf1e6c8defdc))
16+
* 🐛 lint staged script ([6b1677b](https://github.com/wow-actions/use-app-token/commit/6b1677bc8d765ef4fe4a35c9b27955d5b5a06002))
17+
* 🐛 octokit ([029662a](https://github.com/wow-actions/use-app-token/commit/029662a5f0fa377ddf3ec9761099a7a875f254c3))
18+
* 🐛 pipeline ([2e617c8](https://github.com/wow-actions/use-app-token/commit/2e617c876a19d289508cdac2ff2d0679189756b0))
19+
* 🐛 pipeline ([e3f4e4e](https://github.com/wow-actions/use-app-token/commit/e3f4e4eaa0d81784a70d5ecbe42bec3ea4c032a8))
20+
* 🐛 post action ([3283c11](https://github.com/wow-actions/use-app-token/commit/3283c116208a2afadaccd2f29a07a39e8d2fa6ab))
21+
* 🐛 post action ([1af3528](https://github.com/wow-actions/use-app-token/commit/1af3528087bbcdffa4e8bff2e350900b3e0ec993))
22+
* 🐛 public api ([e6cf021](https://github.com/wow-actions/use-app-token/commit/e6cf02168b87b2be0bb14cd0065fcf350eae9604))
23+
* 🐛 set secret ([ef42837](https://github.com/wow-actions/use-app-token/commit/ef428377925c23aee10274ac363433b7c5465618))
24+
* 🐛 set secret ([655ebe5](https://github.com/wow-actions/use-app-token/commit/655ebe5a9aeba6669e32f6297fad2fd1a5482b9d))
25+
* 🐛 set secret ([a560364](https://github.com/wow-actions/use-app-token/commit/a5603648145ebd5d2f54f02026990c3f765370a7))
26+
* 🐛 tkoen ([debf991](https://github.com/wow-actions/use-app-token/commit/debf9915c9c36648f1e783c83abc8867f0199233))
27+
* 🐛 token ([290c5f6](https://github.com/wow-actions/use-app-token/commit/290c5f67a7703c374240835ff387f2ccaeb47cd9))
28+
* 🐛 type errors ([ab966ce](https://github.com/wow-actions/use-app-token/commit/ab966ce520a93003338272d29b9c90e8a726fe44))
29+
* 🐛 use `createAppAuth` to generate token ([27b49b2](https://github.com/wow-actions/use-app-token/commit/27b49b2a95fe3636df7089f1131eb71d3730aecd))
30+
* post action ([88d3424](https://github.com/wow-actions/use-app-token/commit/88d3424ad43e38fcd2ab6fc2ded045a6ec08c39b))
31+
* post clean job ([527b8b3](https://github.com/wow-actions/use-app-token/commit/527b8b350dd8e69281cb0799908ce8e682be1f75))
32+
* post job cleanup ([e49cf78](https://github.com/wow-actions/use-app-token/commit/e49cf787a672e3f4975494f2ed363edcf6d6b009))
33+
* post job cleanup ([11286d9](https://github.com/wow-actions/use-app-token/commit/11286d9bdeccc28e48f5be4d1ee98f8c7534ceb7))
34+
* typos ([f673ea8](https://github.com/wow-actions/use-app-token/commit/f673ea8c3109162314df12f97a5a9695f1d6de1a))
35+
* use env virables ([0927d96](https://github.com/wow-actions/use-app-token/commit/0927d96f1ddc12c7e7f9e798867e2ba74d2b61f3))
36+
37+
38+
### Features
39+
40+
* ✨ do not generate default "token" env variable ([7488fcc](https://github.com/wow-actions/use-app-token/commit/7488fcc73fd84c49de0199643d4f6cb1d7d47bd5))
41+
* ✨ export environment varibale ([e42d1af](https://github.com/wow-actions/use-app-token/commit/e42d1af59d621278a2fed02f7d15d67c53a808a0))
42+
* ✨ fallback token when failed ([7536254](https://github.com/wow-actions/use-app-token/commit/7536254781a57238cb81e2a27e1401882f93dab0))
43+
* ✨ init ([fad333d](https://github.com/wow-actions/use-app-token/commit/fad333dacc7dce2014bbbb0f4f296ad9cc9fb95a))
44+
* ✨ pipeline ([710f897](https://github.com/wow-actions/use-app-token/commit/710f89741825faf635182cd36a2fff27ee326e5a))
45+
* ✨ post action to cleanup secret ([1c1811e](https://github.com/wow-actions/use-app-token/commit/1c1811e35f54bdb437b58cfda3e48b594605b0e7))
46+
* ✨ support variable name ([e675890](https://github.com/wow-actions/use-app-token/commit/e67589021bd50b7e1387c3a4f959189154a7e3b4))
47+
* ✨ test token in secrets ([7b88958](https://github.com/wow-actions/use-app-token/commit/7b889582a4c7aec8dfdb89519bc8ce55ddbd3484))
48+
* ✨ use GITHUB_TOKEN as custom secret name ([a97d2e8](https://github.com/wow-actions/use-app-token/commit/a97d2e83d27de649db33fcc0e5123419588ca934))
49+
* export app name to env or save to secret ([5207c76](https://github.com/wow-actions/use-app-token/commit/5207c762d9c975fec66081528f2cd86c8b3d18ed))

dist/index.js

Lines changed: 8 additions & 9 deletions
Large diffs are not rendered by default.

dist/index.js.cache

923 KB
Binary file not shown.

dist/index.js.cache.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)