Skip to content

Commit

Permalink
Adjust permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Sep 9, 2024
1 parent 9dc8cc1 commit 3781fc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ jobs:
run: npm ci
- name: Run test
run: npm run test
permissions:
contents: read
pull-requests: write
5 changes: 5 additions & 0 deletions .github/workflows/test-accessibility-alt-text-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
steps:
- name: Check alt text
uses: github/accessibility-alt-text-bot@main
permissions:
contents: read
pull-requests: write
discussions: write
issues: write

0 comments on commit 3781fc6

Please sign in to comment.