We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea3a49 commit a7437c3Copy full SHA for a7437c3
.github/workflows/release-please.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: Run Release Please
17
uses: google-github-actions/release-please-action@v4
18
with:
19
- token: ${{ secrets.RELEASE_PLEASE_PAT }}
+ token: ${{ secrets.GITHUB_TOKEN }}
20
release-type: node
21
changelog-notes-type: github
0 commit comments