Skip to content

Commit

Permalink
Merge pull request #1035 from jnaulty/allow-secrets-for-forked-prs
Browse files Browse the repository at this point in the history
fix: use pull_request_target for integration tests
  • Loading branch information
monilpat authored Dec 13, 2024
2 parents 2ffa4b4 + 08c2903 commit f4d8dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrationTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- "*"
pull_request:
pull_request_target:
branches:
- "*"
jobs:
Expand Down

0 comments on commit f4d8dfe

Please sign in to comment.