Skip to content

Commit f2304e1

Browse files
committed
ci: replace GHPAGES_DEPLOY_KEY with MY_REPO_PAT for Pages deployment
peaceiris/actions-gh-pages deploy_key blocked by mazduino org policy. Switch to personal_token using MY_REPO_PAT so gh-pages branch can be created and INI files deployed on first nightly run.
1 parent 448996d commit f2304e1

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-
deploy_key: ${{ secrets.GHPAGES_DEPLOY_KEY }}
172+
personal_token: ${{ secrets.MY_REPO_PAT }}
173173
publish_dir: ./ini-pages
174174
destination_dir: ini
175175
keep_files: true

0 commit comments

Comments
 (0)