Skip to content

Commit

Permalink
Revert "build: Try with id_rsa instead (#68)" (#70)
Browse files Browse the repository at this point in the history
This reverts commit 9d1b6f2.
  • Loading branch information
patriknw authored Oct 23, 2023
1 parent 59cf33c commit 59fddbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ jobs:
GUSTAV_KEY: ${{ secrets.GUSTAV_KEY }}
run: |+
eval "$(ssh-agent -s)"
echo $GUSTAV_KEY | base64 -di > .github/id_rsa
chmod 600 .github/id_rsa
ssh-add .github/id_rsa
echo $GUSTAV_KEY | base64 -di > .github/id_ed2551
chmod 600 .github/id_ed2551
ssh-add .github/id_ed2551
- name: Publish API documentation (tag)
if: startsWith(github.event.ref, 'refs/tags/v')
Expand Down

0 comments on commit 59fddbc

Please sign in to comment.