Skip to content

Commit

Permalink
chore: Update GITHUB_TOKEN in node.js.yml
Browse files Browse the repository at this point in the history
The GITHUB_TOKEN in the node.js.yml file has been updated to use the secrets.DIRECTUS_REPO_TOKEN instead of secrets.GITHUB_TOKEN. This change ensures that the correct token is used for authentication in GitHub Actions.
  • Loading branch information
somaromero committed Jul 30, 2024
1 parent 0e405f7 commit e17b1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
git commit -m "Add built files from GitHub Actions [skip ci]"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DIRECTUS_REPO_TOKEN }}

0 comments on commit e17b1eb

Please sign in to comment.