Skip to content

fix: allow fetching long-lived token from secret #97

fix: allow fetching long-lived token from secret

fix: allow fetching long-lived token from secret #97

Workflow file for this run

name: CI
on:
push:
branches: [master]
paths-ignore: ['**.md']
pull_request:
types: [opened, synchronize]
paths-ignore: ['**.md']
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Ensure go.mod is already tidied
run: go mod tidy && git diff -s --exit-code go.sum
- run: make lint test
- run: make dist
- run: make validate-krew-manifest