From b4c30be73cf03cbc28f564eebae1583fa4878d8f Mon Sep 17 00:00:00 2001 From: Jenni Christensen <97056108+dihydroJenoxide@users.noreply.github.com> Date: Mon, 28 Feb 2022 09:59:43 -0800 Subject: [PATCH] Clarified the token expires at a maximum of 24 hours Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com> --- data/reusables/actions/github-token-expiration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/github-token-expiration.md b/data/reusables/actions/github-token-expiration.md index e898f61711..3391ce321f 100644 --- a/data/reusables/actions/github-token-expiration.md +++ b/data/reusables/actions/github-token-expiration.md @@ -1 +1 @@ -The `GITHUB_TOKEN` expires when a job finishes or after 24 hours. \ No newline at end of file +The `GITHUB_TOKEN` expires when a job finishes or after a maximum of 24 hours. \ No newline at end of file