Skip to content

Commit b9d70ea

Browse files
committed
Tech (CI) - do not use custom secret anymore
1 parent 8e5bd58 commit b9d70ea

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/angular-deploy-github-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Deploy Angular App to GitHub Pages
2+
3+
permissions:
4+
contents: write
5+
26
on:
37
push:
48
branches:
@@ -38,5 +42,5 @@ jobs:
3842
- name: Deploy to GitHub Pages
3943
uses: peaceiris/actions-gh-pages@v4
4044
with:
41-
github_token: ${{ secrets.GHPAGES }}
45+
github_token: ${{ secrets.GITHUB_TOKEN }}
4246
publish_dir: dist/browser/

0 commit comments

Comments
 (0)