Skip to content

Commit e6781e6

Browse files
fix(ci): add missing GitHub token
1 parent 7d6508b commit e6781e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
dockerfile: Dockerfile
6666
username: ${{ github.actor }}
67-
password: ${{ env.GITHUB_TOKEN }}
67+
password: ${{ secrets.GITHUB_TOKEN }}
6868
registry: ${{ env.DOCKER_REGISTRY }}
6969
image_name: ${{ env.DOCKER_REPOSITORY }}/${{ env.DOCKER_PACKAGE }}
7070
image_tag: ${{ env.RELEASE_TAG }}

0 commit comments

Comments
 (0)