Skip to content

Commit 675b5a3

Browse files
committed
add the pull request target triggers
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
1 parent dbb7688 commit 675b5a3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test-for-secrets.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@ name: Test for Secrets Access
33
description: Test for secrets access. NEVER run this with a secret other than the "TEST_REPOSITORY_SECRET"
44

55
on:
6+
pull_request_target:
7+
- assigned
8+
- unassigned
9+
- labeled
10+
- unlabeled
11+
- opened
12+
- edited
13+
- reopened
614
workflow_dispatch:
715

16+
817
env:
918
TEST_SECRET: ${{ secrets.TEST_REPOSITORY_SECRET }}
1019

0 commit comments

Comments
 (0)