diff --git a/.github/workflows/cleanowners.yml b/.github/workflows/cleanowners.yml index ca255804..101d1abf 100644 --- a/.github/workflows/cleanowners.yml +++ b/.github/workflows/cleanowners.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Run cleanowners action - uses: github/cleanowners@v1 + uses: github-community-projects/cleanowners@v1 env: GH_TOKEN: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} ORGANIZATION: storm-software diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index f45a744c..950d4e86 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -26,7 +26,7 @@ jobs: echo "END_DATE=$end_date" >> "$GITHUB_ENV" - name: Run contributor action - uses: github/contributors@v1 + uses: github-community-projects/contributors@v1 env: GH_TOKEN: ${{ secrets.STORM_BOT_GITHUB_TOKEN }} START_DATE: ${{ env.START_DATE }}