From c15bc6b7f845bfbc442ee46e69300be8be569f0d Mon Sep 17 00:00:00 2001 From: dieghernan Date: Tue, 23 Jul 2024 10:48:52 +0000 Subject: [PATCH] Prepare release --- .github/workflows/rhub.yaml | 9 ++++++++- codemeta.json | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 8dc45f3..4079ae9 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -15,7 +15,7 @@ on: config: description: 'A comma separated list of R-hub platforms to use.' type: string - default: 'linux,windows,macos' + default: 'linux,windows' name: description: 'Run name. You can leave this empty now.' type: string @@ -46,6 +46,9 @@ jobs: if: ${{ needs.setup.outputs.containers != '[]' }} runs-on: ubuntu-latest name: ${{ matrix.config.label }} + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} strategy: fail-fast: false matrix: @@ -73,6 +76,9 @@ jobs: if: ${{ needs.setup.outputs.platforms != '[]' }} runs-on: ${{ matrix.config.os }} name: ${{ matrix.config.label }} + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} strategy: fail-fast: false matrix: @@ -96,3 +102,4 @@ jobs: with: job-config: ${{ matrix.config.job-config }} token: ${{ secrets.RHUB_TOKEN }} + diff --git a/codemeta.json b/codemeta.json index ca1f328..0fb0c41 100644 --- a/codemeta.json +++ b/codemeta.json @@ -200,7 +200,7 @@ }, "isPartOf": "https://ropensci.org", "keywords": ["attribution", "citation", "credit", "citation-files", "cff", "metadata", "r", "r-package", "citation-file-format", "rstats", "ropensci", "cran"], - "fileSize": "1604.564KB", + "fileSize": "1604.704KB", "citation": [ { "@type": "ScholarlyArticle", @@ -288,7 +288,7 @@ ], "releaseNotes": "https://github.com/ropensci/cffr/blob/master/NEWS.md", "readme": "https://github.com/ropensci/cffr/blob/main/README.md", - "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"], + "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"], "developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#experimental"], "review": { "@type": "Review",