Skip to content

Commit 43a46f9

Browse files
committed
fix: added the correct tokens the release pipeline
1 parent 65b0037 commit 43a46f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
4343
- name: Run semantic-release
4444
env:
45+
DOCKER_REGISTRY_USER: ${{ github.actor }}
46+
DOCKER_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
4547
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4648
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
4749
run: npx semantic-release

0 commit comments

Comments
 (0)