Skip to content

Commit

Permalink
Adding Permissions to write
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Aug 15, 2024
1 parent d6ed539 commit bf845b7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ name: Code Coverage

# Controls when the action will run. Triggers the workflow on pull request
# events or push events in the develop branch.
#on:
# pull_request_target:
# types: [opened, synchronize, reopened]
on:
pull_request_target:
types: [opened, synchronize, reopened]
pull_request:
push:
branches:
# Push events on develop branch
- develop

permissions:
pull-requests: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit bf845b7

Please sign in to comment.