mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 05:21:03 +00:00
use custom environment for publishing crates (#12912)
This commit is contained in:
committed by
GitHub
parent
dff246e815
commit
d4633c672f
@@ -211,6 +211,9 @@ update-node-template:
|
|||||||
# to roughly 202 minutes of delay, or 3h and 22 minutes. As such, the job needs to have a much
|
# to roughly 202 minutes of delay, or 3h and 22 minutes. As such, the job needs to have a much
|
||||||
# higher timeout than average.
|
# higher timeout than average.
|
||||||
timeout: 5h
|
timeout: 5h
|
||||||
|
# A custom publishing environment is used for us to be able to set up protected secrets
|
||||||
|
# specifically for it
|
||||||
|
environment: publish-crates
|
||||||
script:
|
script:
|
||||||
- rusty-cachier snapshot create
|
- rusty-cachier snapshot create
|
||||||
- git clone
|
- git clone
|
||||||
|
|||||||
Reference in New Issue
Block a user