We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c6a59 commit e5eed9bCopy full SHA for e5eed9b
.github/workflows/npmpublish.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- uses: actions/checkout@v1
15
- uses: hallee/eslint-action@master
16
+ with:
17
+ repo-token: ${{secrets.GITHUB_TOKEN}}
18
19
publish-npm:
20
needs: eslint
0 commit comments