Skip to content

Commit

Permalink
ci: fix changeset push to github
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 authored and Robbert committed Aug 28, 2024
1 parent 8305e5e commit 834048d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
GIT_COMMITTER_EMAIL: "devops@frameless.io"
GIT_COMMITTER_NAME: "Frameless DevOps"
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.GH_CLASSIC_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GH_CLASSIC_TOKEN }}
with:
commit: "docs(release): strapi packages"
setupGitUser: false
Expand Down

0 comments on commit 834048d

Please sign in to comment.