Use GH_PAT is checkout action

This commit is contained in:
Jaco Greeff
2019-10-28 17:16:02 +01:00
parent ac093ec55f
commit eac21d2148
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -14,6 +14,8 @@ jobs:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
with:
token: ${{ secrets.GH_PAT }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with: