Skip to content

Commit

Permalink
use inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Sep 20, 2023
1 parent 4c64e88 commit bcc28bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Deploy to PR preview
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event.pull_request.head.repo.full_name != '' && github.event.pull_request.head.repo.full_name != github.repository }}
secrets: inherit
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_TOKEN }}
external_repository: dipy/preview-html
Expand Down

0 comments on commit bcc28bc

Please sign in to comment.