Skip to content

Commit

Permalink
ci: use pat as github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Lerke committed Sep 27, 2024
1 parent 4ce6ee8 commit aacfb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
npm install -g @angular/cli@12
- name: Deploy pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAGES_SECRET }}
run: |
ng build --base-href "/angular-toastify/"
npx angular-cli-ghpages --dir=dist/demo

0 comments on commit aacfb37

Please sign in to comment.