Files
nebula.js/.github/workflows/code-references.yml
2026-03-26 16:54:29 +01:00

24 lines
672 B
YAML

name: Find LaunchDarkly flag code references
on:
push:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
launchDarklyCodeReferences:
name: LaunchDarkly Code References
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 11
- name: LaunchDarkly Code References
uses: launchdarkly/find-code-references@89a7d362d1d4b3725fe0fe0ccd0dc69e3bdcba58 # v2
with:
accessToken: ${{ secrets.LD_ACCESS_TOKEN }}
projKey: QCS