Skip to content

Commit

Permalink
fixed contribution script
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed Jan 14, 2023
1 parent c42613d commit dca139a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/contribute.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ jobs:
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

contributors:
needs: test
runs-on: ubuntu-latest
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dca139a

Please sign in to comment.