diff --git a/content/actions/sharing-automations/reusing-workflows.md b/content/actions/sharing-automations/reusing-workflows.md index ccf28a589850..030a13226ac1 100644 --- a/content/actions/sharing-automations/reusing-workflows.md +++ b/content/actions/sharing-automations/reusing-workflows.md @@ -361,7 +361,7 @@ jobs: workflowB-calls-workflowC: uses: different-org/example-repo/.github/workflows/C.yml@main secrets: - repo-token: ${{ secrets.person_access_token }} # pass just this secret + repo-token: ${{ secrets.personal_access_token }} # pass just this secret ``` {% endraw %}