Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Oct 10, 2023
1 parent 0b21e82 commit 5699d2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverage_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Code Coverage

on: [pull_request_target]
on: [pull_request]

jobs:
base_branch_coverage:
Expand Down Expand Up @@ -29,6 +29,10 @@ jobs:
checks:
runs-on: ubuntu-latest
needs: base_branch_coverage
permissions:
issues: write
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v3 # Checkout the PR branch
- name: Use Node.js v18.14.0
Expand Down

0 comments on commit 5699d2a

Please sign in to comment.