Skip to content

Commit f2f820a

Browse files
committed
chore(ci): fix rate limit errors in workflow
1 parent d6c0a76 commit f2f820a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-fixtures.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140

141141
- name: Run a fixtures test
142142
uses: ./.github/actions/run-fixtures-test
143+
env:
144+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143145
with:
144146
fixtures-dir: .github/fixtures/${{ matrix.fixtures-name }}
145147
command: ${{ matrix.command }}

0 commit comments

Comments
 (0)