Skip to content

Commit

Permalink
Use pull request target event check
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
  • Loading branch information
mcandeia committed Sep 4, 2024
1 parent a353299 commit bb422f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
tag-discussion:
if: github.event_name == 'pull_request' && github.event.action == 'opened'
if: github.event_name == 'pull_request_target' && github.event.action == 'opened'
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit bb422f0

Please sign in to comment.