We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e1181 commit 52f0532Copy full SHA for 52f0532
.github/workflows/deploy-cran-repo.yml
@@ -13,9 +13,9 @@ jobs:
13
# Reads `./packages` for package references to put
14
# into a CRAN-like repository hosted on GitHub pages
15
deploy-cran-repo:
16
- uses: r-wasm/actions/.github/workflows/deploy-cran-repo.yml@v1
17
env:
18
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
+ uses: r-wasm/actions/.github/workflows/deploy-cran-repo.yml@v1
19
permissions:
20
# To download GitHub Packages within action
21
repository-projects: read
0 commit comments