Skip to content

Commit

Permalink
Use ACTION for gh release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed May 25, 2024
1 parent 02e1c55 commit ecf0a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tar -czvf linux-x86_64-chdb-go.tar.gz libchdb.so chdb-go
gh release upload ${{ github.ref_name }} linux-x86_64-chdb-go.tar.gz --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTION }}

build_mac:
runs-on: macos-12
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
tar -czvf macos-x86_64-chdb-go.tar.gz libchdb.so chdb-go
gh release upload ${{ github.ref_name }} macos-x86_64-chdb-go.tar.gz --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTION }}

0 comments on commit ecf0a25

Please sign in to comment.