Skip to content

Commit 75cb677

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

3 files changed

Lines changed: 3 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

.packwizignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ NOTICE.md
1515
*.zip
1616
*.mrpack
1717
/dist/
18+
/archive/
1819

1920
# packwiz
2021
packwiz.exe

0 commit comments

Comments
 (0)