Browse Source

CI - use publisher token to checkout and checkin.
[ci skip]

Yao Wei Tjong 姚伟忠 4 years ago
parent
commit
edb4902f13
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/nightly.yml

+ 2 - 0
.github/workflows/nightly.yml

@@ -33,6 +33,8 @@ jobs:
     steps:
     steps:
       - name: Checkout
       - name: Checkout
         uses: actions/checkout@v2
         uses: actions/checkout@v2
+        with:
+          token: ${{ secrets.PUBLISHER_TOKEN }}
       - name: Check license
       - name: Check license
         id: check_license
         id: check_license
         env:
         env: