Skip to content

Commit 5f106af

Browse files
committed
Revert "CCM-10193 adjusted token timeout"
This reverts commit 46c6057.
1 parent 46c6057 commit 5f106af

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} + 1200)) # Expires 20 minutes in the future
102+
exp=$((${now} + 600)) # Expires 10 minutes in the future
103103

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

0 commit comments

Comments
 (0)