Skip to content

Commit

Permalink
chore: fix release please
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto committed May 10, 2024
1 parent 11d42ef commit a38d48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/login-action@v3
with:
username: Mokto
password: ${{ secrets.PAT_PACKAGES }}
password: ${{ secrets.PAT }}
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: Release Please Action
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.PAT_REPO }}
token: ${{ secrets.PAT }}
config-file: release-please-config.json

0 comments on commit a38d48d

Please sign in to comment.