Skip to content

Commit

Permalink
Add dockerhub_pat
Browse files Browse the repository at this point in the history
  • Loading branch information
MusfiqDehan authored Jul 7, 2024
1 parent 2dc8b90 commit ba40d13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
shell: bash

- name: Run Release Action
uses: MusfiqDehan/[email protected].3
uses: MusfiqDehan/[email protected].5
with:
version: ${{ env.version }}
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
dockerhub_pat: ${{ secrets.DOCKERHUB_PAT }}
docker_image_name: 'data-preprocessors-image'
github_token: ${{ secrets.GITHUB_TOKEN }}
the_github_username: ${{ secrets.THE_GITHUB_USERNAME }}
Expand Down

0 comments on commit ba40d13

Please sign in to comment.