Skip to content

Commit f2bb90f

Browse files
authored
Merge pull request #62 from launchdarkly-labs/update_provision
update provision
2 parents adc9755 + faad0a9 commit f2bb90f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/create_migration_flag.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def createMigrationFlag():
4646

4747
headers = {
4848
"Content-Type": "application/json",
49-
"Authorization": ld_api_key
49+
"Authorization": ld_api_key,
50+
"LD-API-Version": "beta"
5051
}
5152

5253
response = requests.post(url, json=payload, headers=headers)

0 commit comments

Comments
 (0)