We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d0d95 commit 7082df7Copy full SHA for 7082df7
1 file changed
.github/workflows/validate-flags.yaml
@@ -32,7 +32,8 @@ jobs:
32
run: cat flags.json && cat against-flags.json
33
34
- name: Compare against remote manifest
35
- if: ${{ secrets.FLAGD_STUDIO_TOKEN != '' }} # Secret not accessible for PRs from forks
+ # Secret not accessible for PRs from forks
36
+ if: github.repository == github.event.repository.full_name
37
uses: open-feature/action@v0.0.2
38
with:
39
manifest: "flags.json"
0 commit comments