Skip to content

Commit b0a9246

Browse files
committed
ci: Update deploy key for nightly and release archives
1 parent e3ed5eb commit b0a9246

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Deploy nightly archive
6767
uses: peaceiris/actions-gh-pages@v4
6868
with:
69-
deploy_key: ${{ secrets.MANIFEST_DEPLOY_KEY }}
69+
deploy_key: ${{ secrets.ARCHIVE_DEPLOY_KEY }}
7070
external_repository: ${{ env.ARCHIVE_REPO }}
7171
publish_branch: ${{ env.ARCHIVE_BRANCH }}
7272
publish_dir: archive

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Deploy release archive
6868
uses: peaceiris/actions-gh-pages@v4
6969
with:
70-
deploy_key: ${{ secrets.MANIFEST_DEPLOY_KEY }}
70+
deploy_key: ${{ secrets.ARCHIVE_DEPLOY_KEY }}
7171
external_repository: ${{ env.ARCHIVE_REPO }}
7272
publish_branch: ${{ env.ARCHIVE_BRANCH }}
7373
publish_dir: archive

0 commit comments

Comments
 (0)