Skip to content

Commit e407235

Browse files
committed
Correct the release chart package workflow
1 parent 4255747 commit e407235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
working-directory: ./chart_data_extractor
142142
env:
143143
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144-
CHARTS_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
144+
PYPI_TOKEN: ${{ secrets.CHARTS_PYPI_TOKEN }}
145145

146146

147147
build-docker-image:

0 commit comments

Comments
 (0)