Skip to content

Commit fee5d50

Browse files
committed
fix: token in ci
1 parent 86ed087 commit fee5d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push_branches.workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,16 @@ jobs:
1414
contents: write
1515
issues: write
1616
pull-requests: write
17-
packages: write
1817
steps:
1918
- name: Checkout
2019
uses: actions/checkout@v3
2120

2221
- name: Setup Node.js
2322
uses: actions/setup-node@v3
2423
with:
25-
node-version: 24
24+
node-version: 22
2625
registry-url: "https://registry.npmjs.org"
27-
scope: '@kuzzleio'
26+
scope: "@kuzzleio"
2827

2928
- name: Install dependencies
3029
run: npm ci
@@ -36,6 +35,7 @@ jobs:
3635
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
3736
SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }}
3837
run: npx semantic-release
38+
3939

4040
documentation_deploy:
4141
needs: [release]

0 commit comments

Comments
 (0)