We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9216913 commit 500d4fbCopy full SHA for 500d4fb
.github/workflows/main.yml
@@ -1,5 +1,5 @@
1
## tic GitHub Actions template: linux-macos-windows-deploy
2
-## revision date: 2020-05-20
+## revision date: 2020-05-21
3
on:
4
push:
5
pull_request:
@@ -45,6 +45,8 @@ jobs:
45
BUILD_PKGDOWN: ${{ matrix.config.pkgdown }}
46
# macOS >= 10.15.4 linking
47
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 }}
50
51
steps:
52
- uses: actions/checkout@v2.1.1
0 commit comments