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 482d903 commit 8b9ced4Copy full SHA for 8b9ced4
.github/workflows/build.yml
@@ -39,6 +39,9 @@ jobs:
39
with:
40
nancyVersion: v1.0.52
41
nancyCommand: sleuth
42
+ env:
43
+ OSSI_TOKEN: ${{ secrets.OSSI_TOKEN }}
44
+ OSSI_USERNAME: ${{ secrets.OSSI_USERNAME }}
45
- name: GolangCI Lint
46
run: |
47
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.42.1
0 commit comments