Skip to content

Commit

Permalink
use proper github pat for pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Nov 25, 2020
1 parent a3e94d6 commit 6555eb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Check
run: devtools::check()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT_PKG: ${{ secrets.GH_PAT_PKG }}
- name: Test Coverage
run: covr::codecov()
- name: Build Package Website
Expand Down
2 changes: 1 addition & 1 deletion man/az_webapp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/setup-azure.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if (is_github_actions()) {
plan = plan,
docker_registry_server_url = "https://docker.pkg.github.com",
docker_registry_server_user = Sys.getenv("GITHUB_ACTOR"),
docker_registry_server_password = Sys.getenv("GITHUB_TOKEN")
docker_registry_server_password = Sys.getenv("GH_PAT_PKG")
)
}

Expand Down

0 comments on commit 6555eb5

Please sign in to comment.