Skip to content

Commit bc20596

Browse files
authored
Fix release job (#514)
1 parent 26c57b7 commit bc20596

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
uses: actions/checkout@v2
5959
with:
6060
ref: master
61-
token: ${{ secrets.GH_TOKEN }}
61+
fetch-depth: 0
62+
token: ${{ secrets.GH_TOKEN_EXTRA }}
6263

6364
- name: Set up Go
6465
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)