Skip to content

Commit

Permalink
document how to test the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunet authored May 26, 2024
1 parent 65ae98f commit 8578e28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/attribute-targeting/updateFlagDefinitionsInKv.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Internal note
# To test this workflow:
# 1. Copy it to .github/workflows
# 2. Add a working-dir of examples/attribute-targeting to the Update FLag Definitions step
# 3. Remove the main branch restriction of on:push:
# 4. Add URL_TO_KV and DENO_KV_ACCESS_TOKEN as environment secrets

name: Update Flag Definitions in KV

on:
Expand Down

0 comments on commit 8578e28

Please sign in to comment.