1
0
派生 0

Donations

timestamps
dump_stack() 2020-01-16 23:58:19 +00:00
父节点 a6b81a3a24
当前提交 db72ff0aea
签署人:: dump_stack
GPG 密钥 ID: BE44DA8C062D87DC
共有 1 个文件被更改,包括 20 次插入0 次删除

20
.github/workflows/donate.yml vendored Normal file
查看文件

@ -0,0 +1,20 @@
name: donate
on:
issues:
types: [opened, closed]
schedule:
- cron: '35 * * * *' # 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