Merge pull request #73 from arifszn/71-failed-with-exit-code-128
build: apply explicit permissions
This commit is contained in:
commit
b1fcdcf0c5
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@ -27,7 +27,7 @@ What if you could create your portfolio in 5 minutes just by providing your GitH
|
|||||||
|
|
||||||
**Features:**
|
**Features:**
|
||||||
|
|
||||||
✓ [Easy to Setup](#-installation--set-up)
|
✓ [Easy to Setup](#-installation--setup)
|
||||||
✓ [30 Themes](#themes)
|
✓ [30 Themes](#themes)
|
||||||
✓ [Google Analytics](#google-analytics)
|
✓ [Google Analytics](#google-analytics)
|
||||||
✓ [Hotjar](#hotjar)
|
✓ [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)**.
|
Or try it **[online](https://stackblitz.com/edit/gitprofile)**.
|
||||||
|
|
||||||
## 🛠 Installation & Set Up
|
## 🛠 Installation & Setup
|
||||||
|
|
||||||
There are two ways to use **GitProfile**. Use either one.
|
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.
|
- **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).
|
- **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.
|
- **Enable workflows:** Go to your repo's **Actions** page and enable workflows.
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@ -44,8 +44,8 @@ const config = {
|
|||||||
to: 'Present',
|
to: 'Present',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
company: 'Orangetoolz',
|
company: 'My Offer 360 Degree',
|
||||||
position: 'Jr. Full Stack Engineer',
|
position: 'Web Application Developer',
|
||||||
from: 'July 2019',
|
from: 'July 2019',
|
||||||
to: 'August 2021',
|
to: 'August 2021',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user