Skip to content

Commit

Permalink
Merge pull request #53 from github/kh-update-permissions
Browse files Browse the repository at this point in the history
Adjust workflow permissions
  • Loading branch information
khiga8 authored Sep 9, 2024
2 parents 9dc8cc1 + 3781fc6 commit 2a6cbbb
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 2a6cbbb

Please sign in to comment.