From 74e9bb8a0d232a10ce1e023c7f7d6387e20fe78f Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Sat, 16 Nov 2024 15:39:29 +0100 Subject: [PATCH] With token --- .github/workflows/parse-submission.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/parse-submission.yml b/.github/workflows/parse-submission.yml index 34e51c03..09ad7d4b 100644 --- a/.github/workflows/parse-submission.yml +++ b/.github/workflows/parse-submission.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + token: ${{ secrets.RBD_GITHUB_TOKEN }} - name: Check commit message id: check @@ -35,6 +37,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + token: ${{ secrets.RBD_GITHUB_TOKEN }} - name: Setup Node.js uses: actions/setup-node@v2 @@ -65,6 +69,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + token: ${{ secrets.RBD_GITHUB_TOKEN }} - name: Get repository stars id: get_stars