Skip to content

Commit

Permalink
attempt 2 to get action working with private repos
Browse files Browse the repository at this point in the history
  • Loading branch information
aylapear committed Sep 2, 2023
1 parent ead0d54 commit 1081151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
R-CMD-check:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
GITHUB_PAT: ${{ secrets.PRIVATE_ACTIONS_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1081151

Please sign in to comment.