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 7027cb8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/create-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@ 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: |
Expand Down

2 comments on commit 7027cb8

@vercel
Copy link

@vercel vercel bot commented on 7027cb8 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 7027cb8 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.