Skip to content

Commit f56be0d

Browse files
committed
fix(pipeline.yaml): Fix public access token expiration
Emergency fix Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent e4ebeba commit f56be0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ storage:
153153
storage_type: azure
154154
base_url: https://kciapistagingstorage1.file.core.windows.net/
155155
share: early-access
156-
sas_public_token: "?sv=2022-11-02&ss=f&srt=sco&sp=r&se=2024-10-17T19:19:12Z&st=2023-10-17T11:19:12Z&spr=https&sig=sLmFlvZHXRrZsSGubsDUIvTiv%2BtzgDq6vALfkrtWnv8%3D"
156+
sas_public_token: "?sv=2022-11-02&ss=f&srt=sco&sp=r&se=2026-10-18T13:36:18Z&st=2024-10-17T05:36:18Z&spr=https&sig=xFxYOOh5uXJWeN9I3YKAUvpGGQivo89HKZbD78gcxvc%3D"
157157

158158
k8s-host:
159159
storage_type: ssh

0 commit comments

Comments
 (0)