Skip to content

Commit

Permalink
switch to SSH_DEPLOY_KEY for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Nov 3, 2023
1 parent 06e9b87 commit 6254909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
- name: "Deploy documentation"
uses: cpina/github-action-push-to-another-repository@v1
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: "doc/"
destination-github-username: "signetlabdei"
destination-repository-name: "lorawan-docs"
user-email: [email protected]
user-email: [email protected]
target-branch: master

0 comments on commit 6254909

Please sign in to comment.