Skip to content

Commit

Permalink
Try setting ssh key with ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed May 7, 2024
1 parent d51c4f3 commit af89a77
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update-API-documentation.yaml
Expand Up @@ -70,9 +70,12 @@ jobs:
git commit -m "Update documentation for new release" || exit 0
git push origin HEAD:refs/heads/update-libpointmatcher-docs --force
- name: Set up SSH Key
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.NORLAB_WEBSITE_DOCUMENTATION }}

- name: Create website PR
run: |
gh pr create --repo norlab-ulaval/norlab-ulaval.github.io -B master -H update-libpointmatcher-docs --title 'Update documentation for new release' --body 'Automated documentation update for new release from libpointmatcher'
env:
GH_TOKEN: ${{ secrets.NORLAB_WEBSITE_DOCUMENTATION }}

0 comments on commit af89a77

Please sign in to comment.