Skip to content

Commit

Permalink
add references to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
karissawhiting committed Oct 10, 2024
1 parent 0c0a048 commit fa52c49
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 @@ -19,6 +19,8 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
SYNAPSE_PAT: ${{ secrets.SYNAPSE_PAT }}
CBIOPORTAL_TOKEN: ${{ secrets.CBIOPORTAL_TOKEN }}
permissions:
contents: write
steps:
Expand Down

0 comments on commit fa52c49

Please sign in to comment.