Skip to content

Commit

Permalink
refactor token
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchristianqr committed Jan 10, 2025
1 parent cb36622 commit fdff08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
branch: gh-pages
folder: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Token para autenticar el despliegue
GITHUB_TOKEN: ${{ secrets.GH_DEPLOY_TOKEN }} # Token para autenticar el despliegue

- name: "Notify deployment success"
run: echo "Deployment to GitHub Pages successful!"

0 comments on commit fdff08f

Please sign in to comment.