We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5591266 commit b09f0c2Copy full SHA for b09f0c2
.github/workflows/publish.yml
@@ -41,6 +41,8 @@ jobs:
41
42
steps:
43
- uses: actions/checkout@v4
44
+ with:
45
+ token: ${{ secrets.GH_PAT }}
46
- uses: actions/setup-node@v4
47
with:
48
node-version: 18
0 commit comments