id "io.nextflow.nf-build-plugin" version "1.0.1" } ext.github_organization = 'seqeralabs' ext.github_username = project.findProperty('github_username') ?: 'pditommaso' ext.github_access_token = project.findProperty('github_access_token') ?: System.getenv('GITHUB_TOKEN') ext.github_commi...