1
0
Fork 0

Add dashboard access token

master
dump_stack() 2020-01-20 09:22:40 +00:00
parent c68f3bf10d
commit 219c48b976
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 5 additions and 2 deletions

View File

@ -4,14 +4,17 @@ on:
issues:
types: [opened, closed]
schedule:
- cron: '45 * * * *' # for updating balance
- cron: '35 * * * *' # for updating balance
jobs:
comment:
runs-on: ubuntu-latest
steps:
- 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"
run: |
curl https://nixos.org/nix/install | sh