|
32 | 32 | - uses: actions/checkout@v4 |
33 | 33 |
|
34 | 34 | - name: Audit LaunchDarkly Feature Flags |
35 | | - uses: your-org/ld-cp-exp-date-gh-actions-audit@v1 |
| 35 | + uses: devopsdina/ld-cp-exp-date-gh-actions-audit@v1 |
36 | 36 | with: |
37 | 37 | launchdarkly_api_key: ${{ secrets.LAUNCHDARKLY_API_KEY }} |
38 | 38 | project_key: 'your-project-key' |
|
55 | 55 |
|
56 | 56 | - name: Check for flags expiring in next 14 days |
57 | 57 | id: audit |
58 | | - uses: your-org/ld-cp-exp-date-gh-actions-audit@v1 |
| 58 | + uses: devopsdina/ld-cp-exp-date-gh-actions-audit@v1 |
59 | 59 | with: |
60 | 60 | launchdarkly_api_key: ${{ secrets.LAUNCHDARKLY_API_KEY }} |
61 | 61 | project_key: ${{ vars.LAUNCHDARKLY_PROJECT_KEY }} |
@@ -106,7 +106,7 @@ jobs: |
106 | 106 |
|
107 | 107 | - name: Audit flags |
108 | 108 | id: audit |
109 | | - uses: your-org/ld-cp-exp-date-gh-actions-audit@v1 |
| 109 | + uses: devopsdina/ld-cp-exp-date-gh-actions-audit@v1 |
110 | 110 | with: |
111 | 111 | launchdarkly_api_key: ${{ secrets.LAUNCHDARKLY_API_KEY }} |
112 | 112 | project_key: 'my-project' |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | - uses: actions/checkout@v4 |
173 | 173 |
|
174 | 174 | - name: Audit flags and create issues |
175 | | - uses: your-org/ld-cp-exp-date-gh-actions-audit@v1 |
| 175 | + uses: devopsdina/ld-cp-exp-date-gh-actions-audit@v1 |
176 | 176 | with: |
177 | 177 | launchdarkly_api_key: ${{ secrets.LAUNCHDARKLY_API_KEY }} |
178 | 178 | project_key: 'my-project' |
@@ -200,7 +200,7 @@ jobs: |
200 | 200 | - uses: actions/checkout@v4 |
201 | 201 |
|
202 | 202 | - name: Audit all projects |
203 | | - uses: your-org/ld-cp-exp-date-gh-actions-audit@v1 |
| 203 | + uses: devopsdina/ld-cp-exp-date-gh-actions-audit@v1 |
204 | 204 | with: |
205 | 205 | launchdarkly_api_key: ${{ secrets.LAUNCHDARKLY_API_KEY }} |
206 | 206 | project_key: 'all' # This will audit ALL projects |
|
0 commit comments