Skip to content

Commit 3dbab84

Browse files
authored
Merge pull request #50 from Kuuuube/allow-dotenv
Allow using dotenv for setup
2 parents 1926b14 + 160bc5f commit 3dbab84

7 files changed

Lines changed: 1502 additions & 536 deletions

File tree

.env_template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DISCORD_TOKEN=
2+
GITHUB_TOKEN=

.github/workflows/nix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: cachix/install-nix-action@v24
11+
- uses: actions/checkout@v6
12+
- uses: cachix/install-nix-action@v31
1313
with:
1414
extra_nix_config: |
1515
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
16-
- uses: cachix/cachix-action@v12
16+
- uses: cachix/cachix-action@v15
1717
if: github.event_name == 'push'
1818
with:
1919
name: opentabletdriver

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
result
44
target/
55
state.json
6+
.env

0 commit comments

Comments
 (0)