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

Commit d1e198c

Browse files
committed
use secret for github page repo name
1 parent 0386fc2 commit d1e198c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: peter-evans/repository-dispatch@v1
4545
with:
4646
token: ${{ secrets.PAGE_ACCESS_TOKEN }}
47-
repository: z-index-net/page
47+
repository: ${{ secrets.PAGE_REPOSITORY }}
4848
event-type: auto-build
4949

5050
- name: create release from tag

0 commit comments

Comments
 (0)