Skip to content

Commit

Permalink
use GITHUB_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Nov 8, 2024
1 parent f5a7cd0 commit b002750
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ jobs:

- name: Setup R dependencies 🎦
uses: insightsengineering/setup-r-dependencies@v1
env:
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
with:
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
repository-path: "./package"
skip-desc-branch: true
skip-desc-dev: true
Expand Down Expand Up @@ -163,8 +164,9 @@ jobs:

- name: Setup R dependencies 🎦
uses: insightsengineering/setup-r-dependencies@v1
env:
GITHUB_PAT: ${{ steps.github-token.outputs.token }}
with:
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}
repository-path: "./package"
skip-desc-branch: true
skip-desc-dev: true
Expand Down

0 comments on commit b002750

Please sign in to comment.