Skip to content

Commit

Permalink
Merge pull request #57 from bidoubiwa/change_token_names
Browse files Browse the repository at this point in the history
Change token names
  • Loading branch information
bidoubiwa authored Nov 11, 2021
2 parents a8bcd56 + 921c3a3 commit e36e66e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
name: Node.js Package
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -17,9 +18,7 @@ jobs:
- name: Publish
run: npm publish .
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

name: Node.js Package
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
publish-github:
runs-on: ubuntu-latest
permissions:
Expand All @@ -37,4 +36,4 @@ jobs:
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.BIDOUBIWA_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
config-name: release-draft-template.yml
env:
GITHUB_TOKEN: ${{ secrets.BIDOUBIWA_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e36e66e

Please sign in to comment.