-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00f8859
commit 91f9a8d
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
91f9a8d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
sismo-spaces – ./
sismo-spaces-git-main-sismo.vercel.app
apps.sismo.io
sismo-spaces.vercel.app
sismo-spaces-sismo.vercel.app
spaces.sismo.io
91f9a8d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
demo-sismo-spaces – ./
demo-sismo-spaces-git-main-sismo.vercel.app
demo-sismo-spaces-sismo.vercel.app
demo-sismo-spaces.vercel.app
demo.spaces.sismo.io
demo.apps.sismo.io