Skip to content

Commit 13dd188

Browse files
authored
Merge pull request #329 from nodeshift/pacostas-patch-1
fix: updating release token
2 parents b011bd9 + 518bcf2 commit 13dd188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
if: ${{ steps.release.outputs.release_created }}
2828
- run: npm publish
2929
env:
30-
NODE_AUTH_TOKEN: ${{secrets.KUBE_SERVICE_BINDINGS_PUBLISH}}
30+
NODE_AUTH_TOKEN: ${{secrets.NODESHIFT_RELEASES_TOKEN}}
3131
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)