mirror of
https://github.com/grassrootseconomics/cic-go.git
synced 2024-11-25 06:56:48 +01:00
ci: expose secrets to env
This commit is contained in:
parent
8b8b55d25c
commit
42d474ae80
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -14,6 +14,10 @@ jobs:
|
|||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: go test
|
- name: go test
|
||||||
|
env:
|
||||||
|
TOKEN_INDEX: ${{ secrets.TOKEN_INDEX }}
|
||||||
|
RPC_PROVIDER: ${{ secrets.RPC_PROVIDER }}
|
||||||
|
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
||||||
run: go test -v -covermode atomic -coverprofile=covprofile ./...
|
run: go test -v -covermode atomic -coverprofile=covprofile ./...
|
||||||
- name: install goveralls
|
- name: install goveralls
|
||||||
run: go install github.com/mattn/goveralls@latest
|
run: go install github.com/mattn/goveralls@latest
|
||||||
|
Loading…
Reference in New Issue
Block a user