File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,10 +64,8 @@ nextflowPlugin {
6464 github {
6565 repository = project. findProperty(' github_repository' )
6666 userName = project. findProperty(' github_username' )
67- authToken = project . findProperty( ' github_access_token ' )
67+ authToken = System . getenv( ' GITHUB_TOKEN ' )
6868 email = project. findProperty(' github_commit_email' )
69-
70- indexUrl = ' https://github.com/nextflow-io/plugins/main/plugins.json'
7169 }
7270 }
7371}
Original file line number Diff line number Diff line change 11# Generated by nf-plugin-generator
22# Mon Apr 14 17:08:04 CEST 2025
33classname =com.incsteps.nextflow.cachebrowser.Plugin
4- github_commit_email =
4+ github_commit_email =github-actions[bot]@users.noreply.github.com
55github_repository =incsteps/nf-cachebrowser
66github_username =jagedn
77group =nextflow.plugin
88nextflow_version =24.12.0-edge
9- provider =jagedn
9+ provider =Incremental Steps Software Solutions
1010micronautVersion =4.6.2
1111version =0.0.0
You can’t perform that action at this time.
0 commit comments