1
0
Atdalīts 0

Add dashboard access token

timestamps
dump_stack() 2020-01-20 09:27:06 +00:00
vecāks db72ff0aea
revīzija f92b4e6640
Parakstījis: dump_stack
GPG atslēgas ID: BE44DA8C062D87DC
1 mainītis faili ar 5 papildinājumiem un 2 dzēšanām

Parādīt failu

@ -4,14 +4,17 @@ on:
issues:
types: [opened, closed]
schedule:
- cron: '35 * * * *' # for updating balance
- cron: '15 * * * *' # 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