From aad79fa521b21b40d53d7d7d54ccf1ecba899185 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Wed, 11 May 2022 13:13:21 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 103d201..262ed56 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ These instructions will get you a copy of the project and deploy your portfolio - **Fork repo:** Click [here](https://github.com/arifszn/gitprofile/fork) to fork the repo so you have your own project to customize. A "fork" is a copy of a repository. - **Rename repo:** Rename your forked repository to `username.github.io` in GitHub, where `username` is your GitHub username (or organization name). -- **Workflow permissions:** Go to your forked repo's settings. Select **Actions** ➜ **General**. In **Workflow permissions** section, select `Read and write permissions`. +- **Workflow permissions:** Go to your forked repo's settings. Select **Actions** ➜ **General**. In **Workflow permissions** section, select `Read and write permissions` and click **save**.. - **Enable workflows:** Go to your repo's **Actions** page and enable workflows. ![Workflows](https://arifszn.github.io/assets/img/hosted/gitprofile/workflows.png)