Skip to content

Commit f862bc8

Browse files
authored
Update noir-starter-traffic.yml
1 parent ce782ca commit f862bc8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/noir-starter-traffic.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
steps:
1717
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1818
- uses: actions/checkout@v2
19-
19+
with:
20+
token: ${{ secrets.TRAFFIC_ACTION_TOKEN }}
21+
2022
# Calculates traffic and clones and stores in CSV file
2123
- name: GitHub traffic
2224
uses: sangonzal/[email protected]
@@ -31,4 +33,4 @@ jobs:
3133
author_name: Josh Crites
3234
message: "noir-starter GitHub traffic"
3335
add: "./traffic/*"
34-
ref: "traffic-noir-starter"
36+
ref: "traffic-noir-starter"

0 commit comments

Comments
 (0)