Skip to content

Commit

Permalink
chore(stale-action): Add GitHub token permissions (#35713)
Browse files Browse the repository at this point in the history
* ci: add GitHub token permissions

* remove comments

Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
varunsh-coder and LekoArts committed May 24, 2022
1 parent 00300ff commit 763940c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/schedule-stale.yml
Expand Up @@ -2,8 +2,13 @@ name: Stale Bot
on:
schedule:
- cron: "0 */12 * * *"
permissions:
contents: read
jobs:
stale:
permissions:
contents: read
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 763940c

Please sign in to comment.