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 7f5df23 commit bfd01dbCopy full SHA for bfd01db
.github/workflows/publish.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/setup-node@v3
18
19
- name: Install dependencies
20
+ env:
21
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
run: yarn install
23
24
- name: Publish package
0 commit comments