Skip to content

Commit

Permalink
chore(ci): update token name
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeci committed Dec 14, 2021
1 parent 02ac9c3 commit 1842dc8
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 @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.ACTION_GITHUB_TOKEN }}
token: ${{ secrets.FIG_BOT_TOKEN }}
# Install all dependencies
- name: install
run: npm install
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: "Automated Version Bump"
uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.ACTION_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.FIG_BOT_TOKEN }}
with:
skip-tag: "true"
- name: Publish to npm
Expand Down

0 comments on commit 1842dc8

Please sign in to comment.