Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottMess committed Jan 20, 2022
1 parent 098923c commit 5cd816e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
pkgdown:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.PAT_GITHUB }}
R_KEEP_PKG_SOURCE: yes
GITHUB_PAT: ${{ secrets.PAT_GITHUB}}
APP_ID: ${{ secrets.WHDH_APP_ID }}
TENANT_ID: ${{ secrets.WHDH_TENANT_ID }}
CLIENT_SECRET: ${{ secrets.WHDH_CLIENT_SECRET }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 5cd816e

Please sign in to comment.