Skip to content

Commit

Permalink
Merge pull request #131 from BranchMetrics/nsingh-branch-patch-2
Browse files Browse the repository at this point in the history
[SDK-2190] Updated token for Stale GHA
  • Loading branch information
nsingh-branch authored Dec 12, 2023
2 parents c653f50 + 7594b63 commit d8f3194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.STALE_PERSONAL_ACCESS_TOKEN }}
repo-token: ${{ github.token }}
days-before-issue-stale: 60
days-before-close: 7
stale-issue-message: 'This issue has been automatically marked as stale due to inactivity for 60 days. If this issue is still relevant, please respond with any updates or this issue will be closed in 7 days. If you believe this is a mistake, please comment to let us know. Thank you for your contributions.'
Expand Down

0 comments on commit d8f3194

Please sign in to comment.