Skip to content

Commit

Permalink
Remove unneeded args
Browse files Browse the repository at this point in the history
  • Loading branch information
ymengesha committed Jul 19, 2023
1 parent e5f3737 commit b26b13f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/snyk-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ jobs:
with:
snyk-args: --configuration-matching=^runtimeClasspath$ mqtt-cli
snyk-token: ${{ secrets.SNYK_TOKEN }}
# github-username: ${{ secrets.PUBLISH_GITHUB_USERNAME }}
# github-token: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
snyk-baseline-project-id: ${{ secrets.SNYK_PROJECT_ID_MASTER }}
2 changes: 0 additions & 2 deletions .github/workflows/snyk-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
uses: snyk/actions/gradle-jdk11@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# ORG_GRADLE_PROJECT_hivemqCommonsUsername: ${{ secrets.PUBLISH_GITHUB_USERNAME }}
# ORG_GRADLE_PROJECT_hivemqCommonsPassword: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
with:
command: monitor
args: --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli
2 changes: 0 additions & 2 deletions .github/workflows/snyk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
uses: snyk/actions/gradle-jdk11@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
# ORG_GRADLE_PROJECT_hivemqCommonsUsername: ${{ secrets.PUBLISH_GITHUB_USERNAME }}
# ORG_GRADLE_PROJECT_hivemqCommonsPassword: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
with:
command: monitor
args: --configuration-matching=^runtimeClasspath$ --target-reference=${{ github.ref_name }} mqtt-cli

0 comments on commit b26b13f

Please sign in to comment.