diff --git a/.github/workflows/testpypi.yaml b/.github/workflows/testpypi.yaml index cff7514..554619d 100644 --- a/.github/workflows/testpypi.yaml +++ b/.github/workflows/testpypi.yaml @@ -20,7 +20,7 @@ jobs: image: ghcr.io/${{ github.repository }}:base credentials: username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v3.0.2 with: