File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 30
30
name : R CMD Check 🧬
31
31
uses : insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
32
32
secrets :
33
- REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
33
+ REPO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
with :
35
35
additional-env-vars : |
36
36
_R_CHECK_CRAN_INCOMING_REMOTE_=false
47
47
name : Coverage 📔
48
48
uses : insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
49
49
secrets :
50
- REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
50
+ REPO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51
51
linter :
52
52
if : github.event_name != 'push'
53
53
name : SuperLinter 🦸♀️
56
56
name : Roxygen 🅾
57
57
uses : insightsengineering/r.pkg.template/.github/workflows/roxygen.yaml@main
58
58
secrets :
59
- REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
59
+ REPO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
60
with :
61
61
auto-update : true
62
62
gitleaks :
75
75
if : github.event_name == 'push'
76
76
uses : insightsengineering/r.pkg.template/.github/workflows/version-bump.yaml@main
77
77
secrets :
78
- REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
78
+ REPO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
79
79
version :
80
80
name : Version Check 🏁
81
81
uses : insightsengineering/r.pkg.template/.github/workflows/version.yaml@main
Original file line number Diff line number Diff line change 38
38
name : Pkgdown Docs 📚
39
39
uses : insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
40
40
secrets :
41
- REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
41
+ REPO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
42
with :
43
43
default-landing-page : latest-tag
Original file line number Diff line number Diff line change 14
14
uses : insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
15
15
name : Dependency Test - ${{ matrix.test-strategy }} 🔢
16
16
secrets :
17
- REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
17
+ REPO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18
18
GCHAT_WEBHOOK : ${{ secrets.GCHAT_WEBHOOK }}
19
19
with :
20
20
strategy : ${{ matrix.test-strategy }}
Original file line number Diff line number Diff line change 13
13
needs : release
14
14
uses : insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
15
15
secrets :
16
- REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
16
+ REPO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
17
with :
18
18
skip-r-cmd-check : true
19
19
skip-r-cmd-install : true
@@ -22,15 +22,15 @@ jobs:
22
22
needs : release
23
23
uses : insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
24
24
secrets :
25
- REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
25
+ REPO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
26
with :
27
27
default-landing-page : latest-tag
28
28
validation :
29
29
name : R Package Validation report 📃
30
30
needs : release
31
31
uses : insightsengineering/r.pkg.template/.github/workflows/validation.yaml@main
32
32
secrets :
33
- REPO_GITHUB_TOKEN : ${{ secrets.REPO_GITHUB_TOKEN }}
33
+ REPO_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
34
release :
35
35
name : Create release 🎉
36
36
uses : insightsengineering/r.pkg.template/.github/workflows/release.yaml@main
You can’t perform that action at this time.
0 commit comments