We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750559c commit 5d66993Copy full SHA for 5d66993
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
with:
21
fetch-depth: '0'
22
+ token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
23
- name: Use Node.js
24
uses: actions/setup-node@v4
25
0 commit comments