Skip to content

Commit

Permalink
Merge pull request github#35051 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 23, 2024
2 parents ffe54e4 + ea1b1f4 commit 02f531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/actions/sharing-automations/reusing-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 02f531b

Please sign in to comment.