Skip to content

Commit

Permalink
ci: add permissions explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert committed May 19, 2023
1 parent e9baa0a commit 2837c2b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/use-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
schedule:
- cron: '3 2 1 * *'

permissions:
contents: read
issues: write
packages: read

jobs:
build:
name: stale repo identifier
Expand All @@ -23,4 +28,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ORGANIZATION: super-linter
INACTIVE_DAYS: 1
INACTIVE_DAYS: 1

0 comments on commit 2837c2b

Please sign in to comment.