File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 template-injection :
33 ignore :
44 - action.yml
5+
6+ secrets-outside-env :
7+ # These test credentials are intentionally managed as organization-level
8+ # secrets for reusable test workflows across repositories.
9+ config :
10+ allow :
11+ - TEST_USER_PAT
12+ - TEST_USER_USER_FG_PAT
13+ - TEST_USER_ORG_FG_PAT
14+ - TEST_APP_ENT_CLIENT_ID
15+ - TEST_APP_ENT_PRIVATE_KEY
16+ - TEST_APP_ORG_CLIENT_ID
17+ - TEST_APP_ORG_PRIVATE_KEY
Original file line number Diff line number Diff line change 11name : Linter
22
3- run-name : " Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
3+ run-name : ' Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}'
44
55on : [pull_request]
66
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments