Skip to content

Commit

Permalink
Update the with-auth GHA job
Browse files Browse the repository at this point in the history
My intent is to port over the updates I see happening in the main R-CMD-check job.
  • Loading branch information
jennybc committed Aug 5, 2024
1 parent c2db3ed commit 3f99766
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/with-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

name: with-auth

permissions: read-all

jobs:
with-auth:
runs-on: ubuntu-latest
Expand All @@ -16,14 +18,14 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
with:
r-version: release
http-user-agent: ${{ matrix.config.http-user-agent }}
http-user-agent: 'release'
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand All @@ -34,3 +36,6 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
env:
GOOGLEDRIVE_KEY: ${{ secrets.GOOGLEDRIVE_KEY }}
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

0 comments on commit 3f99766

Please sign in to comment.