VIH-11263 - witness doesn’t have correct hierarchy on host waiting room page #121
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Find LaunchDarkly feature flags in diff | |
on: pull_request | |
jobs: | |
find-feature-flags: | |
runs-on: ubuntu-latest | |
name: Find LaunchDarkly feature flags in diff | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Find flags | |
uses: launchdarkly/find-code-references-in-pull-request@v2 | |
id: find-flags | |
with: | |
project-key: VH | |
environment-key: production | |
access-token: ${{ secrets.LD_SERVICE_TOKEN }} | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |