Skip to content

Commit

Permalink
chore: Authorize requests to GitHub API
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Dec 13, 2023
1 parent be22d9e commit 3dd3b47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install Dependencies
run: pnpm i --frozen-lockfile --no-verify-store-integrity
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: linkbe,grabghr
- name: Test
run: |
Expand All @@ -55,6 +56,7 @@ jobs:
- name: Install Dependencies
run: pnpm i --frozen-lockfile --no-verify-store-integrity
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: linkbe,grabghr
- name: Test CMD
shell: cmd
Expand Down Expand Up @@ -92,6 +94,7 @@ jobs:
- name: Install Dependencies
run: pnpm i --frozen-lockfile --no-verify-store-integrity
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: linkbe,grabghr
- name: Test
run: |
Expand Down

0 comments on commit 3dd3b47

Please sign in to comment.