Skip to content

Commit

Permalink
feat: use different token
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Aug 8, 2021
1 parent 3f872e8 commit 53e619a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
token: ${{ secrets.ACTION_GITHUB_TOKEN }}
# Install all dependencies
- name: install
run: npm install
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: "Automated Version Bump"
uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTION_GITHUB_TOKEN }}
with:
skip-tag: "true"
- name: Publish to npm
Expand Down

0 comments on commit 53e619a

Please sign in to comment.