Skip to content

Commit

Permalink
ci(actions): update Coverage
Browse files Browse the repository at this point in the history
Merge PR step: env token -> GH_TOKEN
  • Loading branch information
NedcloarBR committed Apr 5, 2024
1 parent bfa80ff commit beb79d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Merge PR
run: gh pr merge --merge --auto ${{ steps.open-pr.outputs.pr_number }}
env:
token: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit beb79d3

Please sign in to comment.