Skip to content

Commit dba394a

Browse files
committed
ci: use GITHUB_TOKEN instead of H5 token
1 parent cf0ad0f commit dba394a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.repository_owner }}
25-
password: ${{ secrets.H5_GITHUB_TOKEN }}
25+
password: ${{ secrets.GITHUB_TOKEN }}
2626
- name: Get the version
2727
id: vars
2828
run: echo ::set-output name=tag::$(git describe --abbrev=0)

0 commit comments

Comments
 (0)