Skip to content

Commit 814a102

Browse files
committed
Update ci.yaml
1 parent c1b6cd1 commit 814a102

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.control/ci.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ pypkg_ci:
2929
"metadata",
3030
json.loads((Path(args.repo).resolve() / ".github/.repodynamics/metadata.json").read_text())
3131
)
32+
- args: [ --remove-tokens ]
33+
kwargs:
34+
help: Remove all tokens read from the environment.
35+
action: store_true
3236
subparser:
3337
id: main
3438
kwargs:
@@ -42,7 +46,7 @@ pypkg_ci:
4246
defaults:
4347
endpoint: cca.run_cli
4448
arguments:
45-
- args: [ -t, --token ]
49+
- args: [ -t, --github-token ]
4650
kwargs:
4751
type: str
4852
help: GitHub token for accessing the repository.
@@ -220,7 +224,7 @@ pypkg_ci:
220224
actionman:
221225
install:
222226
pip:
223-
version: ==0.1.0
227+
version: ==0.1.1
224228
homepage: https://pypi.org/project/actionman
225229
url:
226230
docs: https://actionman.repodynamics.com
@@ -259,7 +263,7 @@ pypkg_ci:
259263
github-contexts:
260264
install:
261265
pip:
262-
version: ==0.1.0
266+
version: ==0.1.1
263267
homepage: https://pypi.org/project/github-contexts
264268
url:
265269
docs: https://github-contexts.repodynamics.com

0 commit comments

Comments
 (0)