From cfee4c565cab28edc0e4f622aef44e24e9e99599 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 16 Dec 2020 16:46:25 +0000 Subject: [PATCH] Remove donate --- .github/workflows/donate.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/donate.yml diff --git a/.github/workflows/donate.yml b/.github/workflows/donate.yml deleted file mode 100644 index f24086c..0000000 --- a/.github/workflows/donate.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: donate - -on: - issues: - types: [opened, closed] - schedule: - - cron: '15 * * * *' # for updating balance - -jobs: - comment: - runs-on: ubuntu-latest - steps: - - env: - # https://github.com/jollheef/donate/blob/master/dashboard/whitelist.go - DASHBOARD_ACCESS_TOKEN: ${{ secrets.DONATE_DASHBOARD_ACCESS_TOKEN }} - # the scope is current repository only - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TOOL: "https://github.com/jollheef/donate/archive/master.tar.gz" - run: | - curl -L https://nixos.org/nix/install | sh - . ~/.nix-profile/etc/profile.d/nix.sh - # Use latest stable nixpkgs channel - nix-channel --add https://nixos.org/channels/nixos-20.03 nixpkgs - nix-channel --update - nix run -f $TOOL -c donate-ci