Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nexos-crafter committed Jul 21, 2024
1 parent b361d42 commit 9aafa0e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 52 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
APP_ID=your_app_id
PRIVATE_KEY=path_to_your_private_key.pem
WEBHOOK_SECRET=your_webhook_secret
45 changes: 0 additions & 45 deletions .github/workflows/node.js.yml

This file was deleted.

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Nexos Bot

This is a GitHub App built with [Probot](https://github.com/probot/probot) that automates various GitHub workflows.

[![Node.js Dev](https://github.com/nexoscreator/bot-nexos-app/actions/workflows/node.js.yml/badge.svg)](https://github.com/nexoscreator/bot-nexos-app/actions/workflows/node.js.yml)
[![CI](https://github.com/nexoscreator/bot-nexos-app/actions/workflows/main.yml/badge.svg)](https://github.com/nexoscreator/bot-nexos-app/actions/workflows/main.yml)

## Install

First [Connect bot](https://github.com/apps/nexos-bot)

## Setup

1. Install dependencies:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "nexos-bot-app",
"name": "bot-github-starter",
"version": "0.0.2",
"private": true,
"description": "A Nexos Automation Bot",
"author": "Nexos Creator",
"license": "ISC",
"main": "./lib/index.js",
"homepage": "https://github.com/nexoscreator/bot-nexos-app",
"homepage": "https://github.com/nexoscreator/bot-nexos-github-starter",
"keywords": [
"probot",
"github",
Expand All @@ -33,4 +33,4 @@
"node": ">= 18"
},
"type": "module"
}
}

0 comments on commit 9aafa0e

Please sign in to comment.