Skip to content

Commit

Permalink
Actually use REPO_GITHUB_TOKEN to commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Feb 22, 2024
1 parent 01a9d37 commit f7ed465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/roxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
ref: ${{ steps.branch-name.outputs.head_ref_branch }}
path: ${{ github.event.repository.name }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
token: ${{ steps.github-token.outputs.token }}

- name: Checkout repo 🛎
uses: actions/checkout@v4
Expand Down

0 comments on commit f7ed465

Please sign in to comment.