Skip to content

implement github auth + bearer token validation #9

implement github auth + bearer token validation

implement github auth + bearer token validation #9

name: Build Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: make build