File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
outputs :
18
18
VERSION : ${{ steps.vars.outputs.VERSION }}
19
+ permissions :
20
+ contents : read
21
+ issues : write
19
22
steps :
20
23
- name : Checkout
21
24
uses : actions/checkout@v3
43
46
release :
44
47
needs : [ precheck ]
45
48
runs-on : ubuntu-latest
49
+ permissions :
50
+ contents : read
51
+ issues : write
46
52
steps :
47
53
- name : Checkout
48
54
uses : actions/checkout@v3
57
63
distribution : ${{ env.JAVA_DISTRO }}
58
64
59
65
- name : Build
60
- run : ./gradlew releasePlugin
66
+ run : ./gradlew build releasePlugin -x test
67
+ env :
68
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -64,10 +64,8 @@ nextflowPlugin {
64
64
github {
65
65
repository = project. findProperty(' github_repository' )
66
66
userName = project. findProperty(' github_username' )
67
- authToken = project . findProperty( ' github_access_token ' )
67
+ authToken = System . getenv( ' GITHUB_TOKEN ' )
68
68
email = project. findProperty(' github_commit_email' )
69
-
70
- indexUrl = ' https://github.com/nextflow-io/plugins/main/plugins.json'
71
69
}
72
70
}
73
71
}
Original file line number Diff line number Diff line change 1
1
# Generated by nf-plugin-generator
2
2
# Mon Apr 14 17:08:04 CEST 2025
3
3
classname =com.incsteps.nextflow.cachebrowser.Plugin
4
- github_commit_email =
4
+ github_commit_email =github-actions[bot]@users.noreply.github.com
5
5
github_repository =incsteps/nf-cachebrowser
6
6
github_username =jagedn
7
7
group =nextflow.plugin
8
8
nextflow_version =24.12.0-edge
9
- provider =jagedn
9
+ provider =Incremental Steps Software Solutions
10
10
micronautVersion =4.6.2
11
- version =0.0.0
11
+ version =0.0.1
You can’t perform that action at this time.
0 commit comments