From 818268b512f4075a55774cf3934c59c7f1a46947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20C=C3=A1rcamo?= Date: Mon, 24 Jun 2024 16:55:36 -0400 Subject: [PATCH] CHG: updating workflows --- .github/workflows/testpypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: