Skip to content

Commit c15bc6b

Browse files
committed
Prepare release
1 parent db7be1b commit c15bc6b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/rhub.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
config:
1616
description: 'A comma separated list of R-hub platforms to use.'
1717
type: string
18-
default: 'linux,windows,macos'
18+
default: 'linux,windows'
1919
name:
2020
description: 'Run name. You can leave this empty now.'
2121
type: string
@@ -46,6 +46,9 @@ jobs:
4646
if: ${{ needs.setup.outputs.containers != '[]' }}
4747
runs-on: ubuntu-latest
4848
name: ${{ matrix.config.label }}
49+
env:
50+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4952
strategy:
5053
fail-fast: false
5154
matrix:
@@ -73,6 +76,9 @@ jobs:
7376
if: ${{ needs.setup.outputs.platforms != '[]' }}
7477
runs-on: ${{ matrix.config.os }}
7578
name: ${{ matrix.config.label }}
79+
env:
80+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
81+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7682
strategy:
7783
fail-fast: false
7884
matrix:
@@ -96,3 +102,4 @@ jobs:
96102
with:
97103
job-config: ${{ matrix.config.job-config }}
98104
token: ${{ secrets.RHUB_TOKEN }}
105+

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
},
201201
"isPartOf": "https://ropensci.org",
202202
"keywords": ["attribution", "citation", "credit", "citation-files", "cff", "metadata", "r", "r-package", "citation-file-format", "rstats", "ropensci", "cran"],
203-
"fileSize": "1604.564KB",
203+
"fileSize": "1604.704KB",
204204
"citation": [
205205
{
206206
"@type": "ScholarlyArticle",
@@ -288,7 +288,7 @@
288288
],
289289
"releaseNotes": "https://github.com/ropensci/cffr/blob/master/NEWS.md",
290290
"readme": "https://github.com/ropensci/cffr/blob/main/README.md",
291-
"contIntegration": ["https://github.com/ropensci/cffr/actions/workflows/check-full.yaml", "https://app.codecov.io/gh/ropensci/cffr", "https://github.com/ropensci/cffr/actions/workflows/cff-validator.yml"],
291+
"contIntegration": ["https://github.com/ropensci/cffr/actions/workflows/check-full.yaml", "https://github.com/ropensci/cffr/actions/workflows/rhub.yaml", "https://app.codecov.io/gh/ropensci/cffr", "https://github.com/ropensci/cffr/actions/workflows/cff-validator.yml"],
292292
"developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#experimental"],
293293
"review": {
294294
"@type": "Review",

0 commit comments

Comments
 (0)