Skip to content

Commit

Permalink
fix: add GITHUB_TOKEN to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-alford committed Dec 8, 2023
1 parent 9eefe82 commit 7afa974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{secrets.GITHUB_TOKEN}}

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7afa974

Please sign in to comment.