Skip to content

Commit

Permalink
fix: add GH token permissions in check-outdated-content.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Kristina Devochko <47773700+guidemetothemoon@users.noreply.github.com>
  • Loading branch information
guidemetothemoon authored Dec 2, 2024
1 parent 3277e6d commit cf3a8a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-outdated-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- main
workflow_dispatch:

permissions:
contents: read
issues: write

jobs:
check-outdated-content:
name: Check outdated content
Expand Down

0 comments on commit cf3a8a7

Please sign in to comment.