diff --git a/.github/workflows/reademe-contributors.yml b/.github/workflows/reademe-contributors.yml index 4e9efae..53c3414 100644 --- a/.github/workflows/reademe-contributors.yml +++ b/.github/workflows/reademe-contributors.yml @@ -16,4 +16,4 @@ jobs: - name: Contribute List uses: akhilmhdh/contributors-readme-action@v2.3.4 env: - GITHUB_TOKEN: ${{ CONTRIBUTORS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}