Skip to content

Commit

Permalink
Use pull_request_target in actions
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Squizzato <[email protected]>
  • Loading branch information
squizzi committed Sep 3, 2024
1 parent b72907f commit 9722797
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ on:
- '*'
paths-ignore:
- '**.md'
pull_request:
pull_request_target:
types:
- opened
- synchronize
- reopened
branches:
- main
- release-*
tags:
- '*'
paths-ignore:
- 'config/**'
- '**.md'
Expand Down Expand Up @@ -63,7 +65,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.CI_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.CI_AWS_SECRET_ACCESS_KEY }}
SOME_TEST_SECRET: ${{ secrets.CI_TEST_SECRET }}
AWS_REGION: "us-west-2"
AWS_REGION: 'us-west-2'
run: |
echo $SOME_TEST_SECRET
make test-e2e
Expand Down

0 comments on commit 9722797

Please sign in to comment.