Skip to content

Commit

Permalink
ci: fix gitlab token var
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Nov 16, 2023
1 parent eb02ba2 commit 4081c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
- name: semantic-release
run: npm run semantic-release
env:
GH_TOKEN: ${{ secrets.DEPLOY_GH_TOKEN }}
GITLAB_TOKEN: $CI_JOB_TOKEN
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4081c11

Please sign in to comment.