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 0d211f8 commit 74e9bb8Copy full SHA for 74e9bb8
.github/workflows/parse-submission.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v2
18
+ with:
19
+ token: ${{ secrets.RBD_GITHUB_TOKEN }}
20
21
- name: Check commit message
22
id: check
@@ -35,6 +37,8 @@ jobs:
35
37
36
38
39
40
41
42
43
- name: Setup Node.js
44
uses: actions/setup-node@v2
@@ -65,6 +69,8 @@ jobs:
65
69
66
70
67
71
72
73
68
74
75
- name: Get repository stars
76
id: get_stars
0 commit comments