Skip to content

Commit 299cd4f

Browse files
kriscolemanclaude
andcommitted
fix(flagd): skip helm-install-test when API token secret is unavailable
Gates the helm-install-test job so it skips rather than fails on fork PRs where REPLICATED_PLATFORM_EXAMPLES_TOKEN is not accessible. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a356c34 commit 299cd4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/flagd-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
helm-install-test:
5959
runs-on: ubuntu-22.04
6060
needs: [lint-and-template]
61+
if: ${{ secrets.REPLICATED_PLATFORM_EXAMPLES_TOKEN != '' }}
6162
defaults:
6263
run:
6364
working-directory: applications/flagd

0 commit comments

Comments
 (0)