Skip to content

Commit 2bd6617

Browse files
authored
Merge pull request #6 from ashblue/feature/workflow-fix
ci: workflow permissions fix for checkout
2 parents 4547ef7 + 0d64c90 commit 2bd6617

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10+
with:
11+
fetch-depth: 0
12+
token: ${{ secrets.GITHUB_TOKEN }}
1013
- uses: actions/setup-node@v3
1114
with:
1215
node-version: 16

0 commit comments

Comments
 (0)