Skip to content

Commit 3fa1253

Browse files
authored
Merge branch 'codewithnick:main' into main
2 parents ba1fcb2 + 6f242cc commit 3fa1253

File tree

2 files changed

+311
-36
lines changed

2 files changed

+311
-36
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ on:
33
branches:
44
- main
55

6-
env:
7-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
96
jobs:
107
contrib-readme-job:
118
runs-on: ubuntu-latest
129
name: A job to automate contrib in readme
1310
steps:
1411
- name: Contribute List
1512
uses: akhilmhdh/[email protected]
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
with:
16+
readme_path: readme.md
17+
image_size: 70

0 commit comments

Comments
 (0)