Skip to content

Commit 22d2858

Browse files
github-actions[bot]jagedn
authored andcommitted
Releasing version 0.0.1-rc1
1 parent 7833492 commit 22d2858

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#Generated by nf-plugin-generator
22
#Mon Apr 14 17:08:04 CEST 2025
33
classname=com.incsteps.nextflow.cachebrowser.Plugin
4-
github_commit_email=
4+
github_commit_email=github-actions[bot]@users.noreply.github.com
55
github_repository=incsteps/nf-cachebrowser
66
github_username=jagedn
77
group=nextflow.plugin
88
nextflow_version=24.12.0-edge
9-
provider=jagedn
9+
provider=Incremental Steps Software Solutions
1010
micronautVersion=4.6.2
1111
version=0.0.0

0 commit comments

Comments
 (0)