We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f734b commit 5e6cb4eCopy full SHA for 5e6cb4e
.github/workflows/deb-packager.yaml
@@ -106,5 +106,7 @@ jobs:
106
package_cloud push timescale/timescaledb/$ID/$VERSION_CODENAME pkgdump/pgvectorscale-*${{ env.TAG }}*.deb
107
108
- name: Upload artifacts to GitHub release
109
+ env:
110
+ GH_TOKEN: ${{ github.token }}
111
run: |
112
gh release upload ${{ env.TAG }} pkgdump/pgvectorscale-*${{ env.TAG }}*.deb
0 commit comments