Skip to content

Set BETTERSTACK_TOKEN in actions #6

Set BETTERSTACK_TOKEN in actions

Set BETTERSTACK_TOKEN in actions #6

Workflow file for this run

name: build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build
run: |
export BETTERSTACK_TOKEN=${{ secrets.BETTERSTACK_TOKEN }}
git clone --depth=1 https://github.com/${GITHUB_REPOSITORY}
cd $(basename ${GITHUB_REPOSITORY})
go build -v -race
go test -v