Skip to content

Commit 909471a

Browse files
authored
fix: create personal access token that allows writing
See angular-schule/angular-cli-ghpages#20 (comment) for more info.
1 parent 73968e9 commit 909471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Run githubPages npm script
2323
run: npm run githubPages
2424
env:
25-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GH_TOKEN: ${{ secrets.DEPLOY_GH_PAGES_TOKEN }}

0 commit comments

Comments
 (0)