Skip to content

Commit 59c17c6

Browse files
committed
test - add temp auth
1 parent afde0d8 commit 59c17c6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Get Hytale Auth
2+
on: workflow_dispatch # Allows you to run it manually from the "Actions" tab
3+
jobs:
4+
auth:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Run Downloader
8+
run: |
9+
wget https://downloader.hytale.com/hytale-downloader-linux-amd64 -O downloader
10+
chmod +x downloader
11+
./downloader # This will print the URL and Code to the logs

0 commit comments

Comments
 (0)