diff --git a/.github/workflows/check-for-actions-updates.yml b/.github/workflows/check-for-actions-updates.yml index 6316bc78..93c51c31 100644 --- a/.github/workflows/check-for-actions-updates.yml +++ b/.github/workflows/check-for-actions-updates.yml @@ -22,6 +22,8 @@ jobs: - name: Run actions-up check id: actions-check + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | echo "GitHub Actions Update Check..."