Skip to content

Commit d92cac9

Browse files
author
Joe Wang
committed
fix: transpire secret env name
1 parent 41dd59f commit d92cac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.transpire.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def objects():
1010
yield Secret(
1111
name=name,
1212
string_data={
13-
"RUNNER_TOKEN": "",
13+
"GITHUB_PAT": "",
1414
}
1515
).build()
1616

0 commit comments

Comments
 (0)