Compare commits
No commits in common. "c164cafeac065e7f51f8909c0fdd461c8cad44f1" and "210ec4cb41d5102734f2adf385309cba5ab89c1b" have entirely different histories.
c164cafeac
...
210ec4cb41
10
.github/dependabot.yaml
vendored
10
.github/dependabot.yaml
vendored
@ -1,10 +0,0 @@
|
|||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
- package-ecosystem: "cargo"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
@ -52,15 +52,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
bin: hoyolab-claim-bot
|
bin: hoyolab-claim-bot
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
nix-cachix:
|
|
||||||
needs: check
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: nixbuild/nix-quick-install-action@v26
|
|
||||||
- uses: cachix/cachix-action@v14
|
|
||||||
with:
|
|
||||||
name: ataraxiadev-foss
|
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
|
||||||
- run: nix run github:Mic92/nix-fast-build -- --no-nom --skip-cached -f .#packages.x86_64-linux.hoyolab-claim-bot
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user