Skip to content

Commit 45dca07

Browse files
authored
gha: try to fix mac wf
1 parent e396a2a commit 45dca07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
R_KEEP_PKG_SOURCE: yes
3535

3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838

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

@@ -55,4 +55,7 @@ jobs:
5555
with:
5656
upload-snapshots: true
5757
check-dir: '"check"'
58+
env:
59+
TAN_GH_TOKEN: ${{ secrets.TAN_GH_TOKEN }}
60+
GITHUB_PAT: ${{ secrets.TAN_GH_TOKEN }}
5861

0 commit comments

Comments
 (0)