From bae031811dfa01cdabb0e105a31e6ea1c1370703 Mon Sep 17 00:00:00 2001 From: Hydra Date: Sun, 14 Apr 2024 04:44:01 +0100 Subject: [PATCH] ci: exposing github_token to publish job --- .github/workflows/build.yml | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f790b66a..46e1f352 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,8 @@ jobs: - name: Publish run: yarn run publish + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create artifact uses: actions/upload-artifact@v4 diff --git a/README.md b/README.md index 6ab5137a..30c5a7b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Hydra +![Discord](https://img.shields.io/discord/1220692017311645737?style=flat&logo=discord&label=Hydra&labelColor=%231c1c1c) + Hydra is a game launcher with its own embedded bittorrent client and a self-managed repack scraper. The launcher is written in TypeScript (Electron) and Python, which handles the torrenting system by using [libtorrent](https://www.libtorrent.org/).