diff --git a/.github/workflows/update-activity-workflow.yml b/.github/workflows/update-activity-workflow.yml index c48c691..2484909 100644 --- a/.github/workflows/update-activity-workflow.yml +++ b/.github/workflows/update-activity-workflow.yml @@ -20,19 +20,12 @@ on: # MAX_LINES: 10 jobs: - publish: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - with: - persist-credentials: false - fetch-depth: 0 - - name: Create README.md - uses: actions-js/profile-readme@master - with: - username: psavarmattas - github_token: ${{ secrets.SuperSecret }} - - name: Commit & Push changes - uses: actions-js/push@master - with: - github_token: ${{ secrets.SuperSecret }} \ No newline at end of file + update-readme-with-anilist: + name: Update this repo's README with latest AniList activites + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: AniList readme workflow + uses: pxseu/anilist-readme@v1.4.2 + with: + user_id: YOUR_USER_ID \ No newline at end of file