We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cc74d commit 8e67285Copy full SHA for 8e67285
.github/workflows/build-release.yml
@@ -62,7 +62,7 @@ jobs:
62
repository: initia-labs/weave-binaries
63
draft: false
64
prerelease: true
65
- token: ${{ secrets.WEAVE_BINARIES_GITHUB_TOKEN }}
+ token: ${{ secrets.GH_RELEASE_TOKEN }}
66
files: |
67
artifacts/weave_linux_amd64.tar.gz
68
artifacts/weave_linux_arm64.tar.gz
0 commit comments