Skip to content

Commit 3f99766

Browse files
committed
Update the with-auth GHA job
My intent is to port over the updates I see happening in the main R-CMD-check job.
1 parent c2db3ed commit 3f99766

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .github/workflows/with-auth.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
name: with-auth
1010

11+
permissions: read-all
12+
1113
jobs:
1214
with-auth:
1315
runs-on: ubuntu-latest
@@ -16,14 +18,14 @@ jobs:
1618
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1719

1820
steps:
19-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2022

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

2325
- uses: r-lib/actions/setup-r@v2
2426
with:
2527
r-version: release
26-
http-user-agent: ${{ matrix.config.http-user-agent }}
28+
http-user-agent: 'release'
2729
use-public-rspm: true
2830

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

0 commit comments

Comments
 (0)