Skip to content
This repository was archived by the owner on Aug 26, 2023. It is now read-only.

Commit f3af25b

Browse files
committed
feature(main): rename labring-actions to labring
Signed-off-by: cuisongliu <cuisongliu@qq.com>
1 parent e8c0522 commit f3af25b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.repository_owner }}
35-
password: ${{ secrets.G_REGISTRY_TOKEN }}
35+
password: ${{ secrets.GH_RELEASE_PAT }}
3636
- name: Copy file
3737
run: |
3838
cp dist/gh-rebot_linux_amd64_v1/gh-rebot gh-rebot

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
registry: ghcr.io
5353
username: ${{ github.repository_owner }}
54-
password: ${{ secrets.G_REGISTRY_TOKEN }}
54+
password: ${{ secrets.GH_RELEASE_PAT }}
5555
- name: Run GoReleaser
5656
uses: goreleaser/goreleaser-action@v4
5757
with:

0 commit comments

Comments
 (0)