From d3850ebcdc4c976e9210f5d6acdcdd713f7c10be Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 7 Jun 2024 19:24:18 +0200 Subject: [PATCH] *: use ORG_READ_GITHUB_TOKEN instead of GH_PAT --- .github/workflows/check-new-repos.yml | 2 +- .github/workflows/older-than-2y.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-new-repos.yml b/.github/workflows/check-new-repos.yml index 5ab0876d..a526e0a8 100644 --- a/.github/workflows/check-new-repos.yml +++ b/.github/workflows/check-new-repos.yml @@ -11,6 +11,6 @@ jobs: - name: check new repos uses: brave/security-action/actions/check-new-repos@main with: - github_token: ${{ secrets.GH_PAT }} + github_token: ${{ secrets.ORG_READ_GITHUB_TOKEN }} slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }} debug: false \ No newline at end of file diff --git a/.github/workflows/older-than-2y.yml b/.github/workflows/older-than-2y.yml index 106042de..c712787a 100644 --- a/.github/workflows/older-than-2y.yml +++ b/.github/workflows/older-than-2y.yml @@ -11,6 +11,6 @@ jobs: - name: older than 2 years informer uses: brave/security-action/actions/older-than-2y@main with: - github_token: ${{ secrets.GH_PAT }} + github_token: ${{ secrets.ORG_READ_GITHUB_TOKEN }} slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }} debug: false \ No newline at end of file