🔥 3-day streak
GitHub Actions (GH-200)103 / 142
Question 103 of 142
Your team has built a JavaScript action that runs internal linting logic. Company policy forbids publishing anything to the public GitHub Marketplace, but several private repositories across your organization need to reference this action in their workflows. The action lives in a private repository named `acme-org/lint-action`. What must you configure so other private repos in the organization can use `uses: acme-org/lint-action@v1` without vendoring a copy?
Reviewed for accuracy · Report an issueNext question