Skip to content

Commit

Permalink
Fix: Typo on coverage file fixed (#49)
Browse files Browse the repository at this point in the history
* Fix: Typo on converage file fixed

* Fix: fixing frogbot
  • Loading branch information
ivgonzalezc authored Dec 20, 2023
1 parent 79ea56a commit 2d1db8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/frogbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Frogbot
on:
pull_request_target:
types: [opened, synchronize]

permissions:
pull-requests: write
contents: read
Expand All @@ -26,5 +27,5 @@ jobs:
uses: jfrog/frogbot@v2
env:
JF_URL: https://beyondtrust.jfrog.io
JF_ACCESS_TOKEN: ${{ secrets.ARTIFACTORY_FROGBOT_TOKEN }}
JF_ACCESS_TOKEN: ${{ secrets.ARTIFACTORY_DEPLOYER }}
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: coverage
path: api/client/coverage.outs
path: api/client/coverage.out

sonarqube:
# Sonar scan is not required for dependabot PRs
Expand Down

0 comments on commit 2d1db8f

Please sign in to comment.