Skip to content

Commit 8b9ced4

Browse files
author
ferguss
committed
Add OSSI_TOKEN and OSSI_USERNAME to Nancy action environment
1 parent 482d903 commit 8b9ced4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
with:
4040
nancyVersion: v1.0.52
4141
nancyCommand: sleuth
42+
env:
43+
OSSI_TOKEN: ${{ secrets.OSSI_TOKEN }}
44+
OSSI_USERNAME: ${{ secrets.OSSI_USERNAME }}
4245
- name: GolangCI Lint
4346
run: |
4447
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

Comments
 (0)