mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
Donations
This commit is contained in:
parent
8b271a3e5e
commit
c68f3bf10d
20
.github/workflows/donate.yml
vendored
Normal file
20
.github/workflows/donate.yml
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
name: donate
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened, closed]
|
||||||
|
schedule:
|
||||||
|
- cron: '45 * * * *' # for updating balance
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
comment:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # the scope is current repository only
|
||||||
|
TOOL: "https://github.com/jollheef/donate/archive/master.tar.gz"
|
||||||
|
run: |
|
||||||
|
curl https://nixos.org/nix/install | sh
|
||||||
|
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||||
|
nix-channel --update
|
||||||
|
nix run -f $TOOL -c donate-ci
|
Loading…
Reference in a new issue