Skip to content

Commit 5e6cb4e

Browse files
committed
Set GH token
Signed-off-by: Smitty <[email protected]>
1 parent 59f734b commit 5e6cb4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deb-packager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,7 @@ jobs:
106106
package_cloud push timescale/timescaledb/$ID/$VERSION_CODENAME pkgdump/pgvectorscale-*${{ env.TAG }}*.deb
107107
108108
- name: Upload artifacts to GitHub release
109+
env:
110+
GH_TOKEN: ${{ github.token }}
109111
run: |
110112
gh release upload ${{ env.TAG }} pkgdump/pgvectorscale-*${{ env.TAG }}*.deb

0 commit comments

Comments
 (0)