Skip to content

Commit

Permalink
Remove credentials from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxoi committed Jul 26, 2022
1 parent 4bdacbb commit 21abb1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21abb1b

Please sign in to comment.