mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
Add dashboard access token
This commit is contained in:
parent
c68f3bf10d
commit
219c48b976
7
.github/workflows/donate.yml
vendored
7
.github/workflows/donate.yml
vendored
|
@ -4,14 +4,17 @@ on:
|
||||||
issues:
|
issues:
|
||||||
types: [opened, closed]
|
types: [opened, closed]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 * * * *' # for updating balance
|
- cron: '35 * * * *' # for updating balance
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
comment:
|
comment:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- env:
|
- env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # the scope is current repository only
|
# 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"
|
TOOL: "https://github.com/jollheef/donate/archive/master.tar.gz"
|
||||||
run: |
|
run: |
|
||||||
curl https://nixos.org/nix/install | sh
|
curl https://nixos.org/nix/install | sh
|
||||||
|
|
Loading…
Reference in a new issue