Skip to content

Commit

Permalink
ci: 🎡 revert contributors action
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Jul 31, 2022
1 parent 46a9217 commit 36d2a5b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- main

jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 36d2a5b

Please sign in to comment.