There was an error while loading. Please reload this page.
1 parent 7e2e0ea commit d3a077aCopy full SHA for d3a077a
1 file changed
.github/workflows/validate-companies.yml
@@ -37,6 +37,9 @@ jobs:
37
# profiles) only, never .github/ workflows or scripts, and nothing
38
# from the fork is executed. See https://gh.io/securely-using-pull_request_target
39
allow-unsafe-pr-checkout: true
40
+ # Defense-in-depth: don't persist the workflow token into this
41
+ # fork-controlled checkout's .git/config.
42
+ persist-credentials: false
43
44
- name: Get changed files
45
id: changed
0 commit comments