Skip to content

Commit 0922905

Browse files
committed
Fix broken link in README
1 parent 97438e3 commit 0922905

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/shared/pat_pool.README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ This approach aligns with GitHub's documented guidance for [passing secrets][pas
111111
There are several details of this implementation that keep our workflows and repositories safe.
112112

113113
1. **Secrets adhere to existing trust boundaries.** The pool of PAT secrets is
114-
provided to the `select-pat-number` action within the dedicated `pat_pool`
115-
job defined by [`workflow-import.md`](./workflow-import.md). That job runs
114+
provided to a dedicated step within the `pat_pool` job. That job runs
116115
after `pre_activation` and contains only the trusted checkout and action
117116
steps--no untrusted context or input is within scope. The
118117
`select-pat-number` action only references the secret values to determine

0 commit comments

Comments
 (0)