From ee5092d2d27bf4b813ea50ec4c264b331283face Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Sat, 8 Jan 2022 08:38:52 -0500 Subject: [PATCH] ci: use status token --- .github/workflows/tic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tic.yml b/.github/workflows/tic.yml index 024eedd..c657705 100644 --- a/.github/workflows/tic.yml +++ b/.github/workflows/tic.yml @@ -146,6 +146,6 @@ jobs: uses: peter-evans/repository-dispatch@v1 if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main') && matrix.config.os == 'macOS-latest' && matrix.config.r == 'release' with: - token: ${{ secrets.TIC_UPDATE }} + token: ${{ secrets.GADENBUIE_STATUS }} event-type: status-update repository: gadenbuie/status