Skip to content

Commit ce3296a

Browse files
Fix feature flag cleanup API key (#10154)
Co-authored-by: Oz <oz-agent@warp.dev>
1 parent 34d311d commit ce3296a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/feature_flag_cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
* "date_enabled" - the date on which the feature flag was enabled by default
6464
* "enabling_commit" - the Git commit in which the feature flag was enabled by default
6565
* You are running as part of a GitHub automation and must not commit or push any changes. Another agent will process the file you produce.
66-
warp_api_key: ${{ secrets.WARP_API_KEY }}
66+
warp_api_key: ${{ secrets.OSS_WARP_API_KEY }}
6767
share: team
6868

6969
- name: Upload feature flag log
@@ -178,7 +178,7 @@ jobs:
178178
179179
You are running as part of a GitHub automation that runs with a read-only token and will package your changes into a patch for a separate job to commit. Do not create a branch, do not commit, do not push, do not create a PR, and do not call `gh`. Leave your changes in the working tree only.
180180
share: team
181-
warp_api_key: ${{ secrets.WARP_API_KEY }}
181+
warp_api_key: ${{ secrets.OSS_WARP_API_KEY }}
182182

183183
- name: Generate cleanup patch
184184
env:

0 commit comments

Comments
 (0)