Skip to content

fix: store project and workspace api keys in db #341

fix: store project and workspace api keys in db

fix: store project and workspace api keys in db #341

name: '[PR] License Check'
on:
pull_request:
branches:
- main
jobs:
license-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check License Header
uses: apache/skywalking-eyes/header@main
with:
token: ${{ github.token }}
mode: 'check'