Skip to content

Commit

Permalink
ci: fix permission for "Resource not accessible by integration" (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander authored Oct 13, 2022
1 parent e2fc920 commit fdf5ddc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ on: pull_request

jobs:
test_comment_pr:
runs-on: ubuntu-latest
name: (NRT) Comment PR
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Comment PR
uses: ./
Expand Down

0 comments on commit fdf5ddc

Please sign in to comment.