Skip to content

Commit

Permalink
With token
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Nov 16, 2024
1 parent 0d211f8 commit 74e9bb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/parse-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 74e9bb8

Please sign in to comment.