Skip to content

Commit

Permalink
Merge pull request #43 from khanlab/docker-deploy-fix
Browse files Browse the repository at this point in the history
use PAT token instead of github token in publish
  • Loading branch information
tkkuehn authored Feb 13, 2023
2 parents 65c1224 + 8d1329b commit 3d9f7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
name: ${{ env.NEW_RELEASE }}
tag: v${{ env.NEW_RELEASE }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BP_PAT_TOKEN }}

# deploy_pypi:
# name: PyPI Deploy
Expand Down

0 comments on commit 3d9f7dc

Please sign in to comment.