-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update DVPN Price Config for automatica minimum gigabyte and hourly p…
…rices in config.toml for node runners
- Loading branch information
Showing
15 changed files
with
1,453 additions
and
1,362 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: tg-notify | ||
on: [push, pull_request] | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Update status | ||
uses: appleboy/telegram-action@master | ||
with: | ||
to: ${{ secrets.TELEGRAM_TO }} | ||
token: ${{ secrets.TELEGRAM_TOKEN }} | ||
message: | #https://help.github.com/en/actions/reference/contexts-and-expression-syntax-for-github-actions#github-context | ||
${{ github.actor }} created commit: | ||
Commit message: ${{ github.event.head_commit.message }} | ||
Repository: ${{ github.repository }} | ||
Branch: ${{ github.ref_name }} | ||
See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}} |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# v0.4.0 (October, 2023) | ||
* NEW: Min price feed from remote API | ||
* NEW: Set hourly price | ||
|
||
# v0.3.0 (November, 2022) | ||
* NEW: First binary release | ||
|
||
# v0.2.0 (August, 2022) | ||
* FIX: stable build | ||
|
||
# v0.1.0 (June, 2022) | ||
* Initial launch |
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
Oops, something went wrong.