Skip to content

Commit 46c6057

Browse files
committed
CCM-10193 adjusted token timeout
Signed-off-by: Tim Ireland <[email protected]>
1 parent 8aad3f5 commit 46c6057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fi
9999

100100
now=$(date +%s)
101101
iat=$((${now} - 60)) # Issues 60 seconds in the past
102-
exp=$((${now} + 600)) # Expires 10 minutes in the future
102+
exp=$((${now} + 1200)) # Expires 20 minutes in the future
103103

104104
b64enc() { openssl base64 | tr -d '=' | tr '/+' '_-' | tr -d '\n'; }
105105

0 commit comments

Comments
 (0)