Skip to content

Commit 03e1181

Browse files
committed
What happens if we make available the PAT in the environment?
1 parent 9a028bb commit 03e1181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-cran-repo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
# into a CRAN-like repository hosted on GitHub pages
1515
deploy-cran-repo:
1616
uses: r-wasm/actions/.github/workflows/deploy-cran-repo.yml@v1
17+
env:
18+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1719
permissions:
1820
# To download GitHub Packages within action
1921
repository-projects: read

0 commit comments

Comments
 (0)