Skip to content

Commit

Permalink
Use ssh instead of github pat
Browse files Browse the repository at this point in the history
I only have access to add ssh keys to the dj-stripe.github.io repo - so i am using ssh keys
  • Loading branch information
abe-101 authored and jleclanche committed May 14, 2024
1 parent 0f1b9b0 commit a586e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
with:
repository: "${{ env.OWNER }}/${{ env.DOCS_REPO }}"
path: ./${{ env.DOCS_REPO }}
token: ${{ secrets.GH_PAT }} # Token needed to push site to gh-pages branch
# token: ${{ secrets.GH_PAT }} # Token needed to push site to gh-pages branch
ssh-key: ${{ secrets.SSH_KEY }}


- uses: ./.github/install_poetry_action
Expand Down

0 comments on commit a586e0b

Please sign in to comment.