Skip to content

Commit

Permalink
chore: Use an admin token.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Apr 2, 2021
1 parent 99a3d92 commit 4d9efae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
token: ${{ secrets.ADMIN_TOKEN }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 4d9efae

Please sign in to comment.