Skip to content

Commit

Permalink
Merge pull request #32 from dtacled/tb
Browse files Browse the repository at this point in the history
Add key to pkgdown workflow
  • Loading branch information
TreyBilling authored Dec 13, 2024
2 parents 1c263a0 + 8791e2f commit b02f03b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
EMAIL_ADDRESS_EXAMPLES: ${{ secrets.EMAIL_ADDRESS_EXAMPLES}}
EXAMPLES_KEY: ${{ secrets.EXAMPLES_KEY}}
permissions:
contents: write
steps:
Expand Down

0 comments on commit b02f03b

Please sign in to comment.