Skip to content

Commit 37b2a32

Browse files
Merge pull request #67 from pinecone-io/fix-github-release-token
Fix CD release token
2 parents e74be5a + b569165 commit 37b2a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Create a Release
3131
uses: elgohr/Github-Release-Action@v5
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
with:
3535
title: Release ${{ env.VERSION }}
3636

@@ -44,4 +44,4 @@ jobs:
4444
- name: Build and publish to pypi
4545
run: |
4646
curl -sSL https://install.python-poetry.org | python3.10 -
47-
poetry publish -u pinecone -p ${{ secrets.PYPI_PASSWORD }} --build
47+
poetry publish -u pinecone -p ${{ secrets.PYPI_PASSWORD }} --build

0 commit comments

Comments
 (0)