From b80e40384db7f7d277ba1b0e2c50db91cdf8d13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20K=C3=B6tte?= Date: Sat, 21 Aug 2021 13:22:09 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43139e5..ef59321 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ on: - cron: '17 10 * * 5' # Run every Friday at 10:17 UTC workflow_dispatch: # Allows to manually trigger the script -permissions: # The workflow does not need speific permissions as we use a different token +permissions: # The workflow does not need specific permissions as we use a different token contents: read jobs: