Skip to content

Commit 53cb785

Browse files
authored
Fix release workflow (#17)
1 parent ebb3edc commit 53cb785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@main
1717
with:
18-
# This makes Actions fetch all Git history for semantic-release
1918
fetch-depth: 0
19+
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
2020

2121
- name: Setup Node.js 14.x
2222
uses: actions/setup-node@main

0 commit comments

Comments
 (0)