Skip to content

Commit

Permalink
*: use ORG_READ_GITHUB_TOKEN instead of GH_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon authored and brave-support-admin committed Jun 7, 2024
1 parent fcd74b0 commit 7ff1965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-new-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/older-than-2y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7ff1965

Please sign in to comment.