From 6672d91d1c77300d1fa824b5e6587f24be9e1d62 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 14 May 2022 04:43:14 +0600 Subject: [PATCH 1/3] Remove step of workflow permission --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 262ed56..9687b01 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ What if you could create your portfolio in 5 minutes just by providing your GitH **Features:** -✓ [Easy to Setup](#-installation--set-up) +✓ [Easy to Setup](#-installation--setup) ✓ [30 Themes](#themes) ✓ [Google Analytics](#google-analytics) ✓ [Hotjar](#hotjar) @@ -44,7 +44,7 @@ To view a live example, **[click here](https://arifszn.github.io/gitprofile)**. Or try it **[online](https://stackblitz.com/edit/gitprofile)**. -## 🛠 Installation & Set Up +## 🛠 Installation & Setup There are two ways to use **GitProfile**. Use either one. @@ -57,7 +57,6 @@ 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` 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) From 43b0bc91f0c41b53bee5851f798df184a2b9d064 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 14 May 2022 04:43:20 +0600 Subject: [PATCH 2/3] Update gitprofile.config.js --- gitprofile.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitprofile.config.js b/gitprofile.config.js index b4a9ca7..1f20f38 100644 --- a/gitprofile.config.js +++ b/gitprofile.config.js @@ -44,8 +44,8 @@ const config = { to: 'Present', }, { - company: 'Orangetoolz', - position: 'Jr. Full Stack Engineer', + company: 'My Offer 360 Degree', + position: 'Web Application Developer', from: 'July 2019', to: 'August 2021', }, From 2b50dfcf6c9c9f50e2f9c13bd6357f5d90b4d696 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Sat, 14 May 2022 04:44:09 +0600 Subject: [PATCH 3/3] Apply explicit permissions for contents --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 117d852..106eb50 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,6 +4,9 @@ on: push: branches: [main] +permissions: + contents: write + jobs: deploy: runs-on: ubuntu-latest