From 21abb1bb0995d44b506701d634fe31e06a60fc29 Mon Sep 17 00:00:00 2001 From: Daniel Sulbaran Date: Tue, 26 Jul 2022 09:55:30 -0500 Subject: [PATCH] Remove credentials from workflow --- .github/workflows/publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d43b24d..11288ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,9 +9,6 @@ jobs: runs-on: ubuntu-latest container: image: python:3.9 - credentials: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_PASSWORD }} environment: pypi steps: - uses: actions/checkout@v2