Skip to content

Commit

Permalink
Add secret input for pkgdown workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy authored Nov 1, 2023
1 parent b235aa8 commit 6b373ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ on:
default: >-
^main$|^devel$|^pre-release$|^latest-tag$|^cran-release$|^develop$|^v([0-9]+\\.)?([0-9]+\\.)?([0-9]+)$
type: string
secrets:
GITHUB_PAT:
required: false
description: GitHub API access token, which might be needed for downstream ops or rendering.

push:
branches:
Expand Down

0 comments on commit 6b373ca

Please sign in to comment.