Skip to content

Commit

Permalink
Update contributors-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jul 21, 2024
1 parent c7953b1 commit d6c81db
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/contributors-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,20 @@ jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: Update files

permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List in README.md
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
readme_path: README.md

- name: Contribute List in README.md
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
readme_path: docs/contributing.yml

0 comments on commit d6c81db

Please sign in to comment.