Skip to content

Commit

Permalink
test: try token
Browse files Browse the repository at this point in the history
  • Loading branch information
shqear93 committed Apr 26, 2024
1 parent b8e8b1d commit 7641931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
token: ${{ secrets.GITHUB_TOKEN }}
with:
fetch-depth: 1
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 7641931

Please sign in to comment.