File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 54
54
"GITHUB_APP_ID": "${{secrets.GH_APP_ID}}",
55
55
"GITHUB_INSTALLATION_ID": "${{secrets.GH_INSTALLATION_ID}}",
56
56
"FILPLUS_ENV": "prod",
57
- "RUST_LOG": "debug"
57
+ "RUST_LOG": "debug",
58
+ "BOT_USER": "${{secrets.BOT_USER}}"
58
59
}
59
60
}
60
61
}' > containers.json
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fplus-http-server"
3
3
authors = [" jbesraa" , " kokal33" , " clriesco" ]
4
- version = " 1.0.17 "
4
+ version = " 1.0.18 "
5
5
description = " FPlus main http module"
6
6
license = " MIT OR Apache-2.0"
7
7
edition = " 2021"
@@ -20,7 +20,7 @@ actix-cors = "0.6.4"
20
20
reqwest = { version = " 0.11.18" , features = [" json" ] }
21
21
futures = " 0.3.28"
22
22
dotenv = " 0.15.0"
23
- fplus-lib = { path = " ../fplus-lib" , version = " 1.0.17 " }
23
+ fplus-lib = { path = " ../fplus-lib" , version = " 1.0.18 " }
24
24
anyhow = " 1.0.75"
25
25
async-trait = " 0.1.73"
26
26
uuidv4 = " 1.0.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fplus-lib"
3
3
authors = [" jbesraa" , " kokal33" , " clriesco" ]
4
- version = " 1.0.17 "
4
+ version = " 1.0.18 "
5
5
edition = " 2021"
6
6
description = " FPlus library/helper files"
7
7
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments