Skip to content

Commit ecf0a25

Browse files
committed
Use ACTION for gh release upload
1 parent 02e1c55 commit ecf0a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tar -czvf linux-x86_64-chdb-go.tar.gz libchdb.so chdb-go
3333
gh release upload ${{ github.ref_name }} linux-x86_64-chdb-go.tar.gz --clobber
3434
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GITHUB_TOKEN: ${{ secrets.ACTION }}
3636

3737
build_mac:
3838
runs-on: macos-12
@@ -61,4 +61,4 @@ jobs:
6161
tar -czvf macos-x86_64-chdb-go.tar.gz libchdb.so chdb-go
6262
gh release upload ${{ github.ref_name }} macos-x86_64-chdb-go.tar.gz --clobber
6363
env:
64-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
GITHUB_TOKEN: ${{ secrets.ACTION }}

0 commit comments

Comments
 (0)