Skip to content

Commit

Permalink
Merge pull request #63 from klever-io/fix_publish_action
Browse files Browse the repository at this point in the history
changed gh token in create release action
  • Loading branch information
brunocampos-ssa authored Aug 29, 2024
2 parents c25155f + f48ee41 commit f6f32a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-master-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
VERSION=$(cat VERSION)
gh release create "v$VERSION" ./demo/kos-js.zip --title "Release v$VERSION" --generate-notes --target master || { echo 'Release creation failed'; exit 1; }
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GIT_PASS }}

- name: Setup npm module
uses: actions/setup-node@v3
Expand Down

0 comments on commit f6f32a7

Please sign in to comment.