Skip to content

Commit d87d3e6

Browse files
Get rid of unnecessary hard code
1 parent 3f18533 commit d87d3e6

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/maven-verify.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ on:
1414
pull_request:
1515
branches: [ "main" ]
1616
workflow_dispatch:
17-
18-
permissions: write-all
1917

2018
jobs:
2119
build:
@@ -47,11 +45,3 @@ jobs:
4745
# Github personal token to add comments to Pull Request
4846
token: ${{ secrets.GITHUB_TOKEN }}
4947
title: '# Java Code Coverage Report'
50-
51-
- name: Cucumber Report
52-
uses: deblockt/cucumber-report-annotations-action@v1.7
53-
with:
54-
access-token: ${{ secrets.GITHUB_TOKEN }}
55-
path: "**/Cucumber.json"
56-
57-

0 commit comments

Comments
 (0)