We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce45d2 commit 60d30d1Copy full SHA for 60d30d1
content/actions/reference/workflow-syntax-for-github-actions.md
@@ -619,7 +619,7 @@ jobs:
619
uses: docker://gcr.io/cloud-builders/gradle
620
```
621
622
-#### Example using action inside a different private repository as the workflow
+#### Example using action inside a different private repository than the workflow
623
624
Your workflow must checkout the private repository and reference the action locally.
625
@@ -633,7 +633,7 @@ jobs:
633
with:
634
repository: octocat/my-private-repo
635
ref: v1.0
636
- token: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
637
path: ./.github/actions/my-private-repo
638
- name: Run my action
639
uses: ./.github/actions/my-private-repo/my-action
0 commit comments