From 4c60cc98ecf5763ac76ab8d2421afa406b25eee4 Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 22 May 2020 09:07:25 +0200 Subject: [PATCH] Add GITHUB_PAT to update-tic.yml to work around rate limits in {remotes} --- .github/workflows/update-tic.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-tic.yml b/.github/workflows/update-tic.yml index 3d3a8da94..9e433bb52 100644 --- a/.github/workflows/update-tic.yml +++ b/.github/workflows/update-tic.yml @@ -17,6 +17,10 @@ jobs: config: - { os: macOS-latest, r: "release" } + env: + # use GITHUB_TOKEN from GItHub to workaround rate limits in {remotes} + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + steps: - uses: actions/checkout@v2 with: