We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b0037 commit 43a46f9Copy full SHA for 43a46f9
1 file changed
.github/workflows/release.yml
@@ -42,6 +42,8 @@ jobs:
42
43
- name: Run semantic-release
44
env:
45
+ DOCKER_REGISTRY_USER: ${{ github.actor }}
46
+ DOCKER_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
49
run: npx semantic-release
0 commit comments