Skip to content

Commit 1895e6b

Browse files
committed
Revert "ci: replace GHPAGES_DEPLOY_KEY with MY_REPO_PAT for Pages deployment"
This reverts commit f2304e1.
1 parent f2304e1 commit 1895e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Deploy INI files to GitHub Pages
170170
uses: peaceiris/actions-gh-pages@v3
171171
with:
172-
personal_token: ${{ secrets.MY_REPO_PAT }}
172+
deploy_key: ${{ secrets.GHPAGES_DEPLOY_KEY }}
173173
publish_dir: ./ini-pages
174174
destination_dir: ini
175175
keep_files: true

0 commit comments

Comments
 (0)