Skip to content

Commit

Permalink
Update README.md (#5)
Browse files Browse the repository at this point in the history
if don't add the "pull-request: write" permission, the github action would fail, the Error message is "Resource not accssible by integration"
  • Loading branch information
littlematch0123 authored Feb 19, 2023
1 parent 505c79e commit 5bd8cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ name: 'Trigger: Push action'
jobs:
write_good_job:
runs-on: ubuntu-latest
permissions:
pull-requests: write
name: A job to lint Markdown files
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5bd8cd0

Please sign in to comment.