mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-10 11:44:22 +01:00
github: Configure a single Github actions token
This commit is contained in:
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@@ -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
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user