We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9d849 commit 88a03f8Copy full SHA for 88a03f8
2 files changed
‎.github/workflows/publish.yml‎
@@ -31,3 +31,6 @@ jobs:
31
- run: npm publish --access public
32
env:
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34
+ - uses: akhilmhdh/contributors-readme-action@v2.1.2
35
+ env:
36
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
‎.github/workflows/thanks.yml‎
0 commit comments