diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 728139f..c06b9f0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -48,4 +48,4 @@ jobs: path: quarto env: AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }} - GITHUB_TOKEN: ${{ secrets.MY_GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/DESCRIPTION b/DESCRIPTION index a48f20f..8f8d509 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dashboard Title: What the Package Does (One Line, Title Case) -Version: 0.1.5.005 +Version: 0.1.5.006 Authors@R: person(given = "First", family = "Last", diff --git a/codemeta.json b/codemeta.json index 300f0bd..35a093d 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.1.5.005", + "version": "0.1.5.006", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",