Skip to content

Commit ceec6a5

Browse files
committed
fix workflow more
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
1 parent b32afd4 commit ceec6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ 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-
workflow_dispatch:
76
pull_request_target:
87
- assigned
98
- unassigned
@@ -12,6 +11,7 @@ on:
1211
- opened
1312
- edited
1413
- reopened
14+
workflow_dispatch:
1515

1616
env:
1717
TEST_SECRET: ${{ secrets.TEST_REPOSITORY_SECRET }}

0 commit comments

Comments
 (0)