Skip to content

Commit bed6fa8

Browse files
committed
We're [almost] GA now!!!
1 parent 93ffc6c commit bed6fa8

2 files changed

Lines changed: 16 additions & 153 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Collect code references
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *' # Runs daily at midnight UTC
6+
workflow_dispatch:
7+
8+
jobs:
9+
collect-code-references:
10+
uses: Flagsmith/ci/.github/workflows/collect-code-references.yml@feat/github-code-references-reusable-workflow
11+
with:
12+
flagsmith_project_id: 12
13+
flagsmith_admin_api_url: https://api.flagsmith.com
14+
exclude_patterns: node_modules,venv,.git,cache,build,htmlcov,docs,.json,tests
15+
secrets:
16+
flagsmith_admin_api_key: ${{ secrets.FLAGSMITH_CODE_REFERENCES_API_KEY }}

.github/workflows/poc-github-code-references.yml

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)