Skip to content

Commit

Permalink
Update contrib.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 authored Dec 25, 2024
1 parent c7ceb4f commit 3901ac4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ env:
CARGO_TERM_COLOR: always

jobs:
contrib:
runs-on: ubuntu-latest
steps:
- name: Update Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.CONTRIB_JOB }}
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
with:
commit_message: chore(contributors) update contrib
env:
GITHUB_TOKEN: ${{ secrets.CONTRIB_JOB }}

0 comments on commit 3901ac4

Please sign in to comment.