Skip to content

Commit

Permalink
Merge pull request #19 from cyclic-software/diff-token
Browse files Browse the repository at this point in the history
Changed to org token
  • Loading branch information
korostelevm authored Nov 22, 2022
2 parents 567b4bd + e7a9cbc commit c632248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
- name: Run tests
run: |
npm ci
npm run test
npm run test
- id: publish
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.CYCLIC_DB_NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.publish.outputs.version }}
release_name: ${{ steps.publish.outputs.version }}
release_name: ${{ steps.publish.outputs.version }}

0 comments on commit c632248

Please sign in to comment.