You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Install packages:
20
20
npm install
21
21
```
22
22
23
-
Setup user token
23
+
Setup user token:
24
24
```bash
25
25
- Open the URL 'https://gorest.co.in/'
26
26
- Login or Sign
@@ -48,8 +48,12 @@ npm run lint
48
48
npm run lint:fix
49
49
```
50
50
51
-
Run in Github Actions :<br>
52
-
Currently test is setup to execute in github action on push event. You need to [create github secrete]((https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)) with name `API_TOKEN` with value generated in `Setup user token` step.
51
+
Github Actions :<br> <br>
52
+
Currently test is setup to execute in github action on push event. You need to [create github secrete]((https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)) with name `API_TOKEN` and value generated in `Setup user token` step. <br> <br>
53
+
54
+
<b> Github Permission to update report: </b> Go to Repository -> Settings -> Actions -> General <br>
55
+
Scroll to bottom of the page and look for 'Workflow permissions' section <br>
56
+
Check 'Read and write permission' and click on save
0 commit comments