Skip to content

Commit

Permalink
github: Configure a single Github actions token
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Jan 29, 2025
1 parent 4af6eb2 commit ffb692b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.GH_TOKEN }}"
configuration-path: .github/labeler.yml
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Close stale pull requests
uses: actions/stale@v6
with:
repo-token: ${{ secrets.STALE_GH_TOKEN }}
repo-token: ${{ secrets.GH_TOKEN }}
operations-per-run: 1000
ascending: true
stale-pr-message: 'This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.'
Expand Down

0 comments on commit ffb692b

Please sign in to comment.