Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
ci: Give read permission
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Mar 24, 2024
1 parent b0ad5c2 commit 65c067d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on: [pull_request]
# Check "Read and write permissions"

permissions:
contents: read
pull-requests: write

jobs:
Expand All @@ -16,4 +17,4 @@ jobs:
steps:
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 65c067d

Please sign in to comment.