We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32afd4 commit ceec6a5Copy full SHA for ceec6a5
.github/workflows/test-for-secrets.yaml
@@ -3,7 +3,6 @@ name: Test for Secrets Access
3
description: Test for secrets access. NEVER run this with a secret other than the "TEST_REPOSITORY_SECRET"
4
5
on:
6
- workflow_dispatch:
7
pull_request_target:
8
- assigned
9
- unassigned
@@ -12,6 +11,7 @@ on:
12
11
- opened
13
- edited
14
- reopened
+ workflow_dispatch:
15
16
env:
17
TEST_SECRET: ${{ secrets.TEST_REPOSITORY_SECRET }}
0 commit comments