We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ed45e commit 838483bCopy full SHA for 838483b
1 file changed
.github/workflows/go-test.yml
@@ -3,7 +3,7 @@ name: Go Test
3
on:
4
pull_request:
5
push:
6
- branches: ["main"]
+ branches: ['main']
7
workflow_dispatch:
8
9
permissions:
@@ -17,4 +17,6 @@ jobs:
17
go-test:
18
uses: ipdxco/unified-github-workflows/.github/workflows/go-test.yml@v1.0
19
with:
20
- go-versions: '["this"]'
+ go-versions: '["this"]'
21
+ secrets:
22
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments