From 2530046e7271550d1374c1da177b5c3affb9ff58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 17 Mar 2020 13:44:47 +0100 Subject: [PATCH] Fix: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa7eaae..9fc77ab 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ This is due to limitations set up by GitHub: > An action in a workflow run can't trigger a new workflow run. For example, if an action pushes code using the repository's GITHUB_TOKEN, a new workflow will not run even when the repository contains a workflow configured to run when push events occur. [Source](https://help.github.com/en/actions/reference/events-that-trigger-workflows) -You can change this by creating a new [Pesonal Access Token (PAT)](https://github.com/settings/tokens/new), storing the token as a secret in your repository and then passing the new token to the [`actions/checkout`](https://github.com/actions/checkout#usage) Action. +You can change this by creating a new [Personal Access Token (PAT)](https://github.com/settings/tokens/new), storing the token as a secret in your repository and then passing the new token to the [`actions/checkout`](https://github.com/actions/checkout#usage) Action. #### Example Workflow