Skip to content

Commit

Permalink
feat: use sismo bot ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
leosayous21 committed Jul 8, 2023
1 parent 00f8859 commit 91f9a8d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/create-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,17 @@ jobs:
env:
SISMO_FACTORY_URL: https://factory-api.sismo.io
SISMO_FACTORY_TOKEN: ${{ secrets.SISMO_FACTORY_TOKEN }}

- uses: oleksiyrudenko/[email protected]
with:
global: true
name: 'SismoBot'
email: '[email protected]'
actor: 'sismobot'
token: '${{ secrets.SISMOBOT_TOKEN }}'

- name: Set up SSH
run: |
mkdir -p ~/.ssh
echo "${{ secrets.SISMOBOT_SSH }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: Commit and push filled appId
run: |
git config --global user.email "[email protected]"
git config --global user.name "sismobot"
git commit -a -m "feat: create Sismo Connect App and auto-fill appId" || exit 0
git push

2 comments on commit 91f9a8d

@vercel
Copy link

@vercel vercel bot commented on 91f9a8d Jul 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 91f9a8d Jul 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.