Skip to content

Commit

Permalink
Merge pull request #6 from claudiodekker/adjust-event
Browse files Browse the repository at this point in the history
Workflow: Use `pull_request_target` event to prevent permission issues from forks
  • Loading branch information
claudiodekker authored Apr 16, 2023
2 parents b49590a + 6d3bb8a commit ef27286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Changelog on PR Merge

on:
pull_request:
pull_request_target:
types:
- closed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This library can be used as a GitHub Action to automatically update your changel
name: Update Changelog on PR Merge

on:
pull_request:
pull_request_target:
types:
- closed

Expand Down

0 comments on commit ef27286

Please sign in to comment.