Skip to content

Commit

Permalink
Add token to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco authored May 14, 2020
1 parent d99ebfc commit b9fb423
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:

- run: npm ci
- run: npm run build
- uses: ./
- uses: ./
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit b9fb423

Please sign in to comment.