Skip to content

Commit 36665f3

Browse files
committed
Conductor: add link to the GitHub Action
1 parent 6d477f5 commit 36665f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conductor/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ To get started, click on the configure link displayed next to the package which
2626

2727
### GitHub Actions
2828

29-
Create a new GitHub Actions workflow in `.github/workflows/conductor.yaml` of your GitHub repository using the template below:
29+
Create a new GitHub Actions workflow in `.github/workflows/conductor.yaml` of your GitHub repository to use the
30+
[Conductor GitHub Action](https://github.com/packagist/conductor-github-action) with the template below:
3031

3132
CONDUCTOR_GITHUB_ACTIONS_WORKFLOW
3233

@@ -38,6 +39,7 @@ If your package requires access to your Private Packagist Composer repository th
3839
Similar to organization authentication tokens, access can be restricted to any set of packages to which any of the organization's teams has access.
3940

4041
Once the workflow is added to your GitHub repository, Conductor needs to verify your CI setup before you can start receiving PRs.
42+
4143
## Verify your CI setup
4244

4345
- Navigate to the "Conductor" tab in your Private Packagist organization.

0 commit comments

Comments
 (0)