diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index da0579d..c2c4b2b 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -16,8 +16,8 @@ jobs: env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_PAT: ${{ secrets.MY_GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.MY_GH_TOKEN }} steps: - uses: actions/checkout@v4 diff --git a/DESCRIPTION b/DESCRIPTION index 56fd158..3412413 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dashboard Title: What the Package Does (One Line, Title Case) -Version: 0.0.3.005 +Version: 0.0.3.006 Authors@R: person(given = "First", family = "Last", diff --git a/codemeta.json b/codemeta.json index c3bb8c2..43770ac 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "name": "dashboard: What the Package Does (One Line, Title Case)", "codeRepository": "https://github.com/ropensci-review-tools/dashboard", "license": "https://spdx.org/licenses/MIT", - "version": "0.0.3.005", + "version": "0.0.3.006", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",