Skip to content

Commit 500d4fb

Browse files
update tic templates (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9216913 commit 500d4fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## tic GitHub Actions template: linux-macos-windows-deploy
2-
## revision date: 2020-05-20
2+
## revision date: 2020-05-21
33
on:
44
push:
55
pull_request:
@@ -45,6 +45,8 @@ jobs:
4545
BUILD_PKGDOWN: ${{ matrix.config.pkgdown }}
4646
# macOS >= 10.15.4 linking
4747
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
48+
# use GITHUB_TOKEN from GItHub to workaround rate limits in {remotes}
49+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
4850

4951
steps:
5052
- uses: actions/checkout@v2.1.1

0 commit comments

Comments
 (0)