We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e230af commit 3153f6bCopy full SHA for 3153f6b
1 file changed
.github/workflows/codeChecks.yml
@@ -85,6 +85,8 @@ jobs:
85
uses: vladopajic/go-test-coverage@v2
86
with:
87
config: ./.testcoverage.yml
88
+ git-token: ${{ github.ref_name == 'main' && secrets.GITHUB_TOKEN || '' }}
89
+ git-branch: badges
90
91
goreleaser_test:
92
needs: devenv_test
0 commit comments